Html Css Color HEX #A20AB4 Dark Violet

📋 copy color: '#A20AB4'

red 162 ◦ green 10 ◦ blue 180

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

Shades of Dark Violet #A20AB4

Tints of Dark Violet #A20AB4

RGB

 RED value IS 162 (63.67% from 255) = 46.02%

 GREEN value IS 10 (4.3% from 255) = 2.84%

 BLUE value IS 180 (70.7% from 255) = 51.14%

R = 46.02%
G = 2.84%
B = 51.14%

CMYK

 C value IS 0.1

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A20AB4 (or 0xA20AB4) is known color: Dark Violet. HEX triplet: A2, 0A and B4. RGB value is (162,10,180). Sum of RGB (Red+Green+Blue) = 162+10+180=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #A20AB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20AB4 is #5DF54B. Grayscale: #4A4A4A. Windows color (decimal): -6157644 or 11799202. OLE color: 11799202.

HSL color Cylindrical-coordinate representation of color #A20AB4: hue angle of 293.65º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20AB4 is Cyan = 0.1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 10 180 -
CMYK 0.1 0.94 0 0.29
HSL 293.65º 0.89% 0.37% -
HSV(B) 293.65º 0.94% 0.71% -
XYZ 23.25 11.19 44.12 -
YUV 74.83 187.36 190.18 -
System Red Green Blue C M Y K H S L
Decimal 162 10 180 0.1 0.94 0 0.29 293.65 0.89 0.37
Hex A2 A B4 A 5E 0 1D 126 59 25
Octal 242 12 264 12 136 0 35 446 131 45
Binary 10100010 1010 10110100 1010 1011110 0 11101 100100110 1011001 100101

Color Harmonies of #A20AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20AB4

Black with #A20AB4

Text Example


Text Example

White with #A20AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20AB4; }

 p { color: rgb(162,10,180); }

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

background-color css

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

 a { background-color: rgb(162,10,180); }

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

border-color css

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

 span { border-color: rgb(162,10,180); }

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