Html Css Color HEX #A02180 Dark Purple

📋 copy color: '#A02180'

red 160 ◦ green 33 ◦ blue 128

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

Shades of Dark Purple #A02180

Tints of Dark Purple #A02180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.88%

R = 49.84%
G = 10.28%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A02180 (or 0xA02180) is known color: Dark Purple. HEX triplet: A0, 21 and 80. RGB value is (160,33,128). Sum of RGB (Red+Green+Blue) = 160+33+128=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A02180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02180 is #5FDE7F. Grayscale: #515151. Windows color (decimal): -6282880 or 8397216. OLE color: 8397216.

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

Color convert

RGB 160 33 128 -
CMYK 0 0.79 0.20 0.37
HSL 315.12º 0.66% 0.38% -
HSV(B) 315.12º 0.79% 0.63% -
XYZ 18.94 10.12 21.38 -
YUV 81.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 160 33 128 0 0.79 0.20 0.37 315.12 0.66 0.38
Hex A0 21 80 0 4F 14 25 13B 42 26
Octal 240 41 200 0 117 24 45 473 102 46
Binary 10100000 100001 10000000 0 1001111 10100 100101 100111011 1000010 100110

Color Harmonies of #A02180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02180

Black with #A02180

Text Example


Text Example

White with #A02180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02180; }

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

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

background-color css

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

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

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

border-color css

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

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

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