#A129E6

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

Shades of Blue Violet #A129E6

Tints of Blue Violet #A129E6

Color information

#A129E6 (or 0xA129E6) is unknown color: approx Blue Violet. HEX triplet: A1, 29 and E6. RGB value is (161,41,230). Sum of RGB (Red+Green+Blue) = 161+41+230=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #A129E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A129E6 is #5ED619. Grayscale: #616161. Windows color (decimal): -6215194 or 15083937. OLE color: 15083937.

HSL color Cylindrical-coordinate representation of color #A129E6: hue angle of 278.1º 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 #A129E6 is Cyan = 0.3, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16141230-
CMYK0.30.8200.10
HSL278.1º79.08%53.14%-
HSV(B)278.1º82.17%90.2%-
XYZ29.7714.8876.17-
YUV98.43202.26172.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 41 (16.41% from 255) = 9.49%
BLUE value IS 230 (90.23% from 255) = 53.24%
R=37.27%
G=9.49%
B=53.24%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal161412300.30.8200.10278.179.0853.14
HexA129E61E520A1164f35
Octal241513463612201242611765
Binary1010000110100111100110111101010010010101000101101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A129E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A129E6; }

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

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

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

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

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

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

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

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