Html Css Color HEX #A02977 Dark Purple

📋 copy color: '#A02977'

red 160 ◦ green 41 ◦ blue 119

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

Shades of Dark Purple #A02977

Tints of Dark Purple #A02977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.19%

R = 50%
G = 12.81%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A02977 (or 0xA02977) is known color: Dark Purple. HEX triplet: A0, 29 and 77. RGB value is (160,41,119). Sum of RGB (Red+Green+Blue) = 160+41+119=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A02977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02977 is #5FD688. Grayscale: #555555. Windows color (decimal): -6280841 or 7809440. OLE color: 7809440.

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

Color convert

RGB 160 41 119 -
CMYK 0 0.74 0.26 0.37
HSL 320.67º 0.59% 0.39% -
HSV(B) 320.67º 0.74% 0.63% -
XYZ 18.62 10.39 18.48 -
YUV 85.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 160 41 119 0 0.74 0.26 0.37 320.67 0.59 0.39
Hex A0 29 77 0 4A 1A 25 141 3B 27
Octal 240 51 167 0 112 32 45 501 73 47
Binary 10100000 101001 1110111 0 1001010 11010 100101 101000001 111011 100111

Color Harmonies of #A02977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02977

Black with #A02977

Text Example


Text Example

White with #A02977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02977; }

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

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

background-color css

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

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

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

border-color css

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

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

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