#A024A8

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

Shades of Vivid Violet #A024A8

Tints of Vivid Violet #A024A8

Color information

#A024A8 (or 0xA024A8) is unknown color: approx Vivid Violet. HEX triplet: A0, 24 and A8. RGB value is (160,36,168). Sum of RGB (Red+Green+Blue) = 160+36+168=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 168 - color contains mainly: blue. Hex color #A024A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A024A8 is #5FDB57. Grayscale: #575757. Windows color (decimal): -6282072 or 11019424. OLE color: 11019424.

HSL color Cylindrical-coordinate representation of color #A024A8: hue angle of 296.36º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A024A8 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16036168-
CMYK0.050.7900.34
HSL296.36º64.71%40%-
HSV(B)296.36º78.57%65.88%-
XYZ22.211.5638.11-
YUV88.12173.08179.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 36 (14.45% from 255) = 9.89%
BLUE value IS 168 (66.02% from 255) = 46.15%
R=43.96%
G=9.89%
B=46.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160361680.050.7900.34296.3664.7140
HexA024A854F0221284128
Octal24044250511704245010150
Binary1010000010010010101000101100111101000101001010001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A024A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A024A8; }

 p { color: rgb(160,36,168); }

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

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

 a { background-color: rgb(160,36,168); }

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

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

 span { border-color: rgb(160,36,168); }

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