#A2359D

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

Shades of Vivid Violet #A2359D

Tints of Vivid Violet #A2359D

Color information

#A2359D (or 0xA2359D) is unknown color: approx Vivid Violet. HEX triplet: A2, 35 and 9D. RGB value is (162,53,157). Sum of RGB (Red+Green+Blue) = 162+53+157=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2359D is #5DCA62. Grayscale: #616161. Windows color (decimal): -6146659 or 10302882. OLE color: 10302882.

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

Color convert

RGB16253157-
CMYK00.670.030.36
HSL302.75º50.7%42.16%-
HSV(B)302.75º67.28%63.53%-
XYZ22.2612.6633.17-
YUV97.45161.61174.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 53 (21.09% from 255) = 14.25%
BLUE value IS 157 (61.72% from 255) = 42.20%
R=43.55%
G=14.25%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625315700.670.030.36302.7550.742.16
HexA2359D04332412f332a
Octal2426523501033444576352
Binary10100010110101100111010100001111100100100101111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2359D; }

 p { color: rgb(162,53,157); }

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

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

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

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

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

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

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