Html Css Color HEX #A02978 Dark Purple

📋 copy color: '#A02978'

red 160 ◦ green 41 ◦ blue 120

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

Shades of Dark Purple #A02978

Tints of Dark Purple #A02978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.77%

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

R = 49.84%
G = 12.77%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A02978 (or 0xA02978) is known color: Dark Purple. HEX triplet: A0, 29 and 78. RGB value is (160,41,120). Sum of RGB (Red+Green+Blue) = 160+41+120=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A02978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02978 is #5FD687. Grayscale: #555555. Windows color (decimal): -6280840 or 7874976. OLE color: 7874976.

HSL color Cylindrical-coordinate representation of color #A02978: hue angle of 320.17º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02978 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 41 120 -
CMYK 0 0.74 0.25 0.37
HSL 320.17º 0.59% 0.39% -
HSV(B) 320.17º 0.74% 0.63% -
XYZ 18.68 10.42 18.8 -
YUV 85.59 147.42 181.08 -
System Red Green Blue C M Y K H S L
Decimal 160 41 120 0 0.74 0.25 0.37 320.17 0.59 0.39
Hex A0 29 78 0 4A 19 25 140 3B 27
Octal 240 51 170 0 112 31 45 500 73 47
Binary 10100000 101001 1111000 0 1001010 11001 100101 101000000 111011 100111

Color Harmonies of #A02978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02978

Black with #A02978

Text Example


Text Example

White with #A02978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02978; }

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

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

background-color css

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

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

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

border-color css

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

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

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