#A431A2

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

Shades of Vivid Violet #A431A2

Tints of Vivid Violet #A431A2

Color information

#A431A2 (or 0xA431A2) is unknown color: approx Vivid Violet. HEX triplet: A4, 31 and A2. RGB value is (164,49,162). Sum of RGB (Red+Green+Blue) = 164+49+162=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A431A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A431A2 is #5BCE5D. Grayscale: #5F5F5F. Windows color (decimal): -6016606 or 10629540. OLE color: 10629540.

HSL color Cylindrical-coordinate representation of color #A431A2: hue angle of 301.04º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A431A2 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16449162-
CMYK00.700.010.36
HSL301.04º53.99%41.76%-
HSV(B)301.04º70.12%64.31%-
XYZ22.9312.735.42-
YUV96.27165.1176.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 49 (19.53% from 255) = 13.07%
BLUE value IS 162 (63.67% from 255) = 43.2%
R=43.73%
G=13.07%
B=43.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644916200.700.010.36301.0453.9941.76
HexA431A204612412d362a
Octal2446124201061444556652
Binary1010010011000110100010010001101100100100101101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A431A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A431A2; }

 p { color: rgb(164,49,162); }

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

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

 a { background-color: rgb(164,49,162); }

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

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

 span { border-color: rgb(164,49,162); }

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