#A03AEF

Color #A03AEF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A03AEF

Tints of Blue Violet #A03AEF

Color information

#A03AEF (or 0xA03AEF) is unknown color: approx Blue Violet. HEX triplet: A0, 3A and EF. RGB value is (160,58,239). Sum of RGB (Red+Green+Blue) = 160+58+239=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #A03AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03AEF is #5FC510. Grayscale: #6C6C6C. Windows color (decimal): -6276369 or 15678112. OLE color: 15678112.

HSL color Cylindrical-coordinate representation of color #A03AEF: hue angle of 273.81º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A03AEF is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16058239-
CMYK0.330.7600.06
HSL273.81º84.98%58.24%-
HSV(B)273.81º75.73%93.73%-
XYZ31.5916.7383.23-
YUV109.13201.29164.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 58 (23.05% from 255) = 12.69%
BLUE value IS 239 (93.75% from 255) = 52.30%
R=35.01%
G=12.69%
B=52.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal160582390.330.7600.06273.8184.9858.24
HexA03AEF214C06112553a
Octal24072357411140642212572
Binary1010000011101011101111100001100110001101000100101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03AEF; }

 p { color: rgb(160,58,239); }

 H1.HeaderClassName
 {
   color: #A03AEF;
 }
 .AnyTagClassName
 {
   color: #A03AEF;
 }
</style>
background-color css

<style>
 a { background-color: #A03AEF; }

 a { background-color: rgb(160,58,239); }

 div.DivClassName
 {
   background-color: #A03AEF;
 }
 .BgClassName
 {
   background-color: #A03AEF;
 }
</style>
border-color css

<style>
 span { border-color: #A03AEF; }

 span { border-color: rgb(160,58,239); }

 td.TdClassName
 {
   border-color: #A03AEF;
 }
 .TagClassName
 {
   border-color: #A03AEF;
 }
</style>