Html Css Color HEX #A024A0 Vivid Violet

📋 copy color: '#A024A0'

red 160 ◦ green 36 ◦ blue 160

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

Shades of Vivid Violet #A024A0

Tints of Vivid Violet #A024A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.94%

R = 44.94%
G = 10.11%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A024A0 (or 0xA024A0) is known color: Vivid Violet. HEX triplet: A0, 24 and A0. RGB value is (160,36,160). Sum of RGB (Red+Green+Blue) = 160+36+160=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A024A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A024A0 is #5FDB5F. Grayscale: #565656. Windows color (decimal): -6282080 or 10495136. OLE color: 10495136.

HSL color Cylindrical-coordinate representation of color #A024A0: hue angle of 300º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A024A0 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 36 160 -
CMYK 0 0.78 0 0.37
HSL 300º 0.63% 0.38% -
HSV(B) 300º 0.78% 0.63% -
XYZ 21.47 11.27 34.3 -
YUV 87.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 160 36 160 0 0.78 0 0.37 300 0.63 0.38
Hex A0 24 A0 0 4E 0 25 12C 3F 26
Octal 240 44 240 0 116 0 45 454 77 46
Binary 10100000 100100 10100000 0 1001110 0 100101 100101100 111111 100110

Color Harmonies of #A024A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A024A0

Black with #A024A0

Text Example


Text Example

White with #A024A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A024A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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