Html Css Color HEX #A02876 Dark Purple

📋 copy color: '#A02876'

red 160 ◦ green 40 ◦ blue 118

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

Shades of Dark Purple #A02876

Tints of Dark Purple #A02876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.58%

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

R = 50.31%
G = 12.58%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A02876 (or 0xA02876) is known color: Dark Purple. HEX triplet: A0, 28 and 76. RGB value is (160,40,118). Sum of RGB (Red+Green+Blue) = 160+40+118=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A02876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02876 is #5FD789. Grayscale: #545454. Windows color (decimal): -6281098 or 7743648. OLE color: 7743648.

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

Color convert

RGB 160 40 118 -
CMYK 0 0.75 0.26 0.37
HSL 321º 0.6% 0.39% -
HSV(B) 321º 0.75% 0.63% -
XYZ 18.53 10.3 18.15 -
YUV 84.77 146.76 181.66 -
System Red Green Blue C M Y K H S L
Decimal 160 40 118 0 0.75 0.26 0.37 321 0.6 0.39
Hex A0 28 76 0 4B 1A 25 141 3C 27
Octal 240 50 166 0 113 32 45 501 74 47
Binary 10100000 101000 1110110 0 1001011 11010 100101 101000001 111100 100111

Color Harmonies of #A02876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02876

Black with #A02876

Text Example


Text Example

White with #A02876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02876; }

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

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

background-color css

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

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

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

border-color css

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

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

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