Html Css Color HEX #A02877 Dark Purple

📋 copy color: '#A02877'

red 160 ◦ green 40 ◦ blue 119

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

Shades of Dark Purple #A02877

Tints of Dark Purple #A02877

RGB

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

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

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

R = 50.16%
G = 12.54%
B = 37.3%

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

#A02877 (or 0xA02877) is known color: Dark Purple. HEX triplet: A0, 28 and 77. RGB value is (160,40,119). Sum of RGB (Red+Green+Blue) = 160+40+119=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A02877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02877 is #5FD788. Grayscale: #545454. Windows color (decimal): -6281097 or 7809184. OLE color: 7809184.

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

Color convert

RGB 160 40 119 -
CMYK 0 0.75 0.26 0.37
HSL 320.5º 0.6% 0.39% -
HSV(B) 320.5º 0.75% 0.63% -
XYZ 18.59 10.32 18.47 -
YUV 84.89 147.26 181.58 -
System Red Green Blue C M Y K H S L
Decimal 160 40 119 0 0.75 0.26 0.37 320.5 0.6 0.39
Hex A0 28 77 0 4B 1A 25 140 3C 27
Octal 240 50 167 0 113 32 45 500 74 47
Binary 10100000 101000 1110111 0 1001011 11010 100101 101000000 111100 100111

Color Harmonies of #A02877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02877

Black with #A02877

Text Example


Text Example

White with #A02877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02877; }

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

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

background-color css

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

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

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

border-color css

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

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

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