#A229E6

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

Shades of Blue Violet #A229E6

Tints of Blue Violet #A229E6

Color information

#A229E6 (or 0xA229E6) is unknown color: approx Blue Violet. HEX triplet: A2, 29 and E6. RGB value is (162,41,230). Sum of RGB (Red+Green+Blue) = 162+41+230=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #A229E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A229E6 is #5DD619. Grayscale: #626262. Windows color (decimal): -6149658 or 15083938. OLE color: 15083938.

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

Color convert

RGB16241230-
CMYK0.300.8200.10
HSL278.41º79.08%53.14%-
HSV(B)278.41º82.17%90.2%-
XYZ29.9814.9876.17-
YUV98.72202.09173.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 41 (16.41% from 255) = 9.47%
BLUE value IS 230 (90.23% from 255) = 53.12%
R=37.41%
G=9.47%
B=53.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal162412300.300.8200.10278.4179.0853.14
HexA229E61E520A1164f35
Octal242513463612201242611765
Binary1010001010100111100110111101010010010101000101101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A229E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A229E6; }

 p { color: rgb(162,41,230); }

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

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

 a { background-color: rgb(162,41,230); }

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

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

 span { border-color: rgb(162,41,230); }

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