Html Css Color HEX #A021A4 Vivid Violet

📋 copy color: '#A021A4'

red 160 ◦ green 33 ◦ blue 164

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

Shades of Vivid Violet #A021A4

Tints of Vivid Violet #A021A4

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.24%

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

R = 44.82%
G = 9.24%
B = 45.94%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A021A4 (or 0xA021A4) is known color: Vivid Violet. HEX triplet: A0, 21 and A4. RGB value is (160,33,164). Sum of RGB (Red+Green+Blue) = 160+33+164=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 164 - color contains mainly: blue. Hex color #A021A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A021A4 is #5FDE5B. Grayscale: #555555. Windows color (decimal): -6282844 or 10756512. OLE color: 10756512.

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

Color convert

RGB 160 33 164 -
CMYK 0.02 0.80 0 0.36
HSL 298.17º 0.66% 0.39% -
HSV(B) 298.17º 0.8% 0.64% -
XYZ 21.74 11.24 36.15 -
YUV 85.91 172.08 180.85 -
System Red Green Blue C M Y K H S L
Decimal 160 33 164 0.02 0.80 0 0.36 298.17 0.66 0.39
Hex A0 21 A4 2 50 0 24 12A 42 27
Octal 240 41 244 2 120 0 44 452 102 47
Binary 10100000 100001 10100100 10 1010000 0 100100 100101010 1000010 100111

Color Harmonies of #A021A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021A4

Black with #A021A4

Text Example


Text Example

White with #A021A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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