Html Css Color HEX #A02477 Dark Purple

📋 copy color: '#A02477'

red 160 ◦ green 36 ◦ blue 119

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

Shades of Dark Purple #A02477

Tints of Dark Purple #A02477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

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

R = 50.79%
G = 11.43%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A02477 (or 0xA02477) is known color: Dark Purple. HEX triplet: A0, 24 and 77. RGB value is (160,36,119). Sum of RGB (Red+Green+Blue) = 160+36+119=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A02477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02477 is #5FDB88. Grayscale: #525252. Windows color (decimal): -6282121 or 7808160. OLE color: 7808160.

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

Color convert

RGB 160 36 119 -
CMYK 0 0.78 0.26 0.37
HSL 319.84º 0.63% 0.38% -
HSV(B) 319.84º 0.78% 0.63% -
XYZ 18.46 10.07 18.42 -
YUV 82.54 148.58 183.25 -
System Red Green Blue C M Y K H S L
Decimal 160 36 119 0 0.78 0.26 0.37 319.84 0.63 0.38
Hex A0 24 77 0 4E 1A 25 140 3F 26
Octal 240 44 167 0 116 32 45 500 77 46
Binary 10100000 100100 1110111 0 1001110 11010 100101 101000000 111111 100110

Color Harmonies of #A02477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02477

Black with #A02477

Text Example


Text Example

White with #A02477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02477; }

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

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

background-color css

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

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

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

border-color css

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

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

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