Html Css Color HEX #A024A4 Vivid Violet

📋 copy color: '#A024A4'

red 160 ◦ green 36 ◦ blue 164

#A024A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #A024A4

Tints of Vivid Violet #A024A4

RGB

 RED value IS 160 (62.89% from 255) = 44.44%

 GREEN value IS 36 (14.45% from 255) = 10%

 BLUE value IS 164 (64.45% from 255) = 45.56%

R = 44.44%
G = 10%
B = 45.56%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A024A4 (or 0xA024A4) is known color: Vivid Violet. HEX triplet: A0, 24 and A4. RGB value is (160,36,164). Sum of RGB (Red+Green+Blue) = 160+36+164=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #A024A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A024A4 is #5FDB5B. Grayscale: #575757. Windows color (decimal): -6282076 or 10757280. OLE color: 10757280.

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

Color convert

RGB 160 36 164 -
CMYK 0.02 0.78 0 0.36
HSL 298.13º 0.64% 0.39% -
HSV(B) 298.13º 0.78% 0.64% -
XYZ 21.83 11.42 36.17 -
YUV 87.67 171.08 179.59 -
System Red Green Blue C M Y K H S L
Decimal 160 36 164 0.02 0.78 0 0.36 298.13 0.64 0.39
Hex A0 24 A4 2 4E 0 24 12A 40 27
Octal 240 44 244 2 116 0 44 452 100 47
Binary 10100000 100100 10100100 10 1001110 0 100100 100101010 1000000 100111

Color Harmonies of #A024A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A024A4

Black with #A024A4

Text Example


Text Example

White with #A024A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A024A4; }

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

 H1.HeaderClassName
 {
   color: #A024A4;
 }
 .AnyTagClassName
 {
   color: #A024A4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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