#a03eed

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

Shades of Blue Violet #A03EED

Tints of Blue Violet #A03EED

Color information

#A03EED (or 0xA03EED) is unknown color: approx Blue Violet. HEX triplet: A0, 3E and ED. RGB value is (160,62,237). Sum of RGB (Red+Green+Blue) = 160+62+237=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #A03EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03EED is #5FC112. Grayscale: #6E6E6E. Windows color (decimal): -6275347 or 15548064. OLE color: 15548064.

HSL color Cylindrical-coordinate representation of color #A03EED: hue angle of 273.6º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03EED is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16062237-
CMYK0.320.7400.07
HSL273.6º82.94%58.63%-
HSV(B)273.6º73.84%92.94%-
XYZ31.5117.0381.75-
YUV111.25198.97162.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 62 (24.61% from 255) = 13.51%
BLUE value IS 237 (92.97% from 255) = 51.63%
R=34.86%
G=13.51%
B=51.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160622370.320.7400.07273.682.9458.63
HexA03EED204A07112533b
Octal24076355401120742212373
Binary1010000011111011101101100000100101001111000100101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a03eed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a03eed; }

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

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

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

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

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

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

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

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