Html Css Color HEX #A02074 Dark Purple

📋 copy color: '#A02074'

red 160 ◦ green 32 ◦ blue 116

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

Shades of Dark Purple #A02074

Tints of Dark Purple #A02074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.66%

R = 51.95%
G = 10.39%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A02074 (or 0xA02074) is known color: Dark Purple. HEX triplet: A0, 20 and 74. RGB value is (160,32,116). Sum of RGB (Red+Green+Blue) = 160+32+116=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A02074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02074 is #5FDF8B. Grayscale: #4F4F4F. Windows color (decimal): -6283148 or 7610528. OLE color: 7610528.

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

Color convert

RGB 160 32 116 -
CMYK 0 0.80 0.28 0.37
HSL 320.63º 0.67% 0.38% -
HSV(B) 320.63º 0.8% 0.63% -
XYZ 18.17 9.77 17.45 -
YUV 79.85 148.41 185.17 -
System Red Green Blue C M Y K H S L
Decimal 160 32 116 0 0.80 0.28 0.37 320.63 0.67 0.38
Hex A0 20 74 0 50 1C 25 141 43 26
Octal 240 40 164 0 120 34 45 501 103 46
Binary 10100000 100000 1110100 0 1010000 11100 100101 101000001 1000011 100110

Color Harmonies of #A02074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02074

Black with #A02074

Text Example


Text Example

White with #A02074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02074; }

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

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

background-color css

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

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

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

border-color css

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

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

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