Html Css Color HEX #A02078 Dark Purple

📋 copy color: '#A02078'

red 160 ◦ green 32 ◦ blue 120

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

Shades of Dark Purple #A02078

Tints of Dark Purple #A02078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.46%

R = 51.28%
G = 10.26%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A02078 (or 0xA02078) is known color: Dark Purple. HEX triplet: A0, 20 and 78. RGB value is (160,32,120). Sum of RGB (Red+Green+Blue) = 160+32+120=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A02078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02078 is #5FDF87. Grayscale: #505050. Windows color (decimal): -6283144 or 7872672. OLE color: 7872672.

HSL color Cylindrical-coordinate representation of color #A02078: hue angle of 318.75º 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 #A02078 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 120 -
CMYK 0 0.80 0.25 0.37
HSL 318.75º 0.67% 0.38% -
HSV(B) 318.75º 0.8% 0.63% -
XYZ 18.4 9.86 18.7 -
YUV 80.3 150.41 184.84 -
System Red Green Blue C M Y K H S L
Decimal 160 32 120 0 0.80 0.25 0.37 318.75 0.67 0.38
Hex A0 20 78 0 50 19 25 13F 43 26
Octal 240 40 170 0 120 31 45 477 103 46
Binary 10100000 100000 1111000 0 1010000 11001 100101 100111111 1000011 100110

Color Harmonies of #A02078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02078

Black with #A02078

Text Example


Text Example

White with #A02078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02078; }

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

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

background-color css

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

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

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

border-color css

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

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

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