Html Css Color HEX #A02976 Dark Purple

📋 copy color: '#A02976'

red 160 ◦ green 41 ◦ blue 118

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

Shades of Dark Purple #A02976

Tints of Dark Purple #A02976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 50.16%
G = 12.85%
B = 36.99%

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

#A02976 (or 0xA02976) is known color: Dark Purple. HEX triplet: A0, 29 and 76. RGB value is (160,41,118). Sum of RGB (Red+Green+Blue) = 160+41+118=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A02976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02976 is #5FD689. Grayscale: #555555. Windows color (decimal): -6280842 or 7743904. OLE color: 7743904.

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

Color convert

RGB 160 41 118 -
CMYK 0 0.74 0.26 0.37
HSL 321.18º 0.59% 0.39% -
HSV(B) 321.18º 0.74% 0.63% -
XYZ 18.56 10.37 18.16 -
YUV 85.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 160 41 118 0 0.74 0.26 0.37 321.18 0.59 0.39
Hex A0 29 76 0 4A 1A 25 141 3B 27
Octal 240 51 166 0 112 32 45 501 73 47
Binary 10100000 101001 1110110 0 1001010 11010 100101 101000001 111011 100111

Color Harmonies of #A02976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02976

Black with #A02976

Text Example


Text Example

White with #A02976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02976; }

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

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

background-color css

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

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

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

border-color css

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

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

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