#A03EE6

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

Shades of Blue Violet #A03EE6

Tints of Blue Violet #A03EE6

Color information

#A03EE6 (or 0xA03EE6) is unknown color: approx Blue Violet. HEX triplet: A0, 3E and E6. RGB value is (160,62,230). Sum of RGB (Red+Green+Blue) = 160+62+230=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #A03EE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03EE6 is #5FC119. Grayscale: #6D6D6D. Windows color (decimal): -6275354 or 15089312. OLE color: 15089312.

HSL color Cylindrical-coordinate representation of color #A03EE6: hue angle of 275º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A03EE6 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16062230-
CMYK0.300.7300.10
HSL275º77.06%57.25%-
HSV(B)275º73.04%90.2%-
XYZ30.516.6376.47-
YUV110.45195.47163.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 62 (24.61% from 255) = 13.72%
BLUE value IS 230 (90.23% from 255) = 50.88%
R=35.40%
G=13.72%
B=50.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal160622300.300.7300.1027577.0657.25
HexA03EE61E490A1134d39
Octal240763463611101242311571
Binary1010000011111011100110111101001001010101000100111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03EE6; }

 p { color: rgb(160,62,230); }

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

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

 a { background-color: rgb(160,62,230); }

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

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

 span { border-color: rgb(160,62,230); }

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