Html Css Color HEX #A020A5 Vivid Violet

📋 copy color: '#A020A5'

red 160 ◦ green 32 ◦ blue 165

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

Shades of Vivid Violet #A020A5

Tints of Vivid Violet #A020A5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.96%

 BLUE value IS 165 (64.84% from 255) = 46.22%

R = 44.82%
G = 8.96%
B = 46.22%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A020A5 (or 0xA020A5) is known color: Vivid Violet. HEX triplet: A0, 20 and A5. RGB value is (160,32,165). Sum of RGB (Red+Green+Blue) = 160+32+165=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #A020A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A020A5 is #5FDF5A. Grayscale: #555555. Windows color (decimal): -6283099 or 10821792. OLE color: 10821792.

HSL color Cylindrical-coordinate representation of color #A020A5: hue angle of 297.74º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A020A5 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 32 165 -
CMYK 0.03 0.81 0 0.35
HSL 297.74º 0.68% 0.39% -
HSV(B) 297.74º 0.81% 0.65% -
XYZ 21.81 11.22 36.61 -
YUV 85.43 172.91 181.19 -
System Red Green Blue C M Y K H S L
Decimal 160 32 165 0.03 0.81 0 0.35 297.74 0.68 0.39
Hex A0 20 A5 3 51 0 23 12A 44 27
Octal 240 40 245 3 121 0 43 452 104 47
Binary 10100000 100000 10100101 11 1010001 0 100011 100101010 1000100 100111

Color Harmonies of #A020A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A020A5

Black with #A020A5

Text Example


Text Example

White with #A020A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A020A5; }

 p { color: rgb(160,32,165); }

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

background-color css

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

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

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

border-color css

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

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

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