#A129A1

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

Shades of Vivid Violet #A129A1

Tints of Vivid Violet #A129A1

Color information

#A129A1 (or 0xA129A1) is unknown color: approx Vivid Violet. HEX triplet: A1, 29 and A1. RGB value is (161,41,161). Sum of RGB (Red+Green+Blue) = 161+41+161=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A129A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A129A1 is #5ED65E. Grayscale: #5A5A5A. Windows color (decimal): -6215263 or 10561953. OLE color: 10561953.

HSL color Cylindrical-coordinate representation of color #A129A1: hue angle of 300º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A129A1 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB16141161-
CMYK00.7500.37
HSL300º59.41%39.61%-
HSV(B)300º74.53%63.14%-
XYZ21.9211.7434.83-
YUV90.56167.76178.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 41 (16.41% from 255) = 11.29%
BLUE value IS 161 (63.28% from 255) = 44.35%
R=44.35%
G=11.29%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614116100.7500.3730059.4139.61
HexA129A104B02512c3b28
Octal2415124101130454547350
Binary1010000110100110100001010010110100101100101100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A129A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A129A1; }

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

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

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

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

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

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

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

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