#A232A2

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

Shades of Vivid Violet #A232A2

Tints of Vivid Violet #A232A2

Color information

#A232A2 (or 0xA232A2) is unknown color: approx Vivid Violet. HEX triplet: A2, 32 and A2. RGB value is (162,50,162). Sum of RGB (Red+Green+Blue) = 162+50+162=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A232A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A232A2 is #5DCD5D. Grayscale: #5F5F5F. Windows color (decimal): -6147422 or 10629794. OLE color: 10629794.

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

Color convert

RGB16250162-
CMYK00.6900.36
HSL300º52.83%41.57%-
HSV(B)300º69.14%63.53%-
XYZ22.5612.5735.42-
YUV96.26165.11174.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 50 (19.92% from 255) = 13.37%
BLUE value IS 162 (63.67% from 255) = 43.32%
R=43.32%
G=13.37%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625016200.6900.3630052.8341.57
HexA232A204502412c352a
Octal2426224201050444546552
Binary1010001011001010100010010001010100100100101100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A232A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A232A2; }

 p { color: rgb(162,50,162); }

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

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

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

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

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

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

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