Html Css Color HEX #A02577 Dark Purple

📋 copy color: '#A02577'

red 160 ◦ green 37 ◦ blue 119

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

Shades of Dark Purple #A02577

Tints of Dark Purple #A02577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

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

R = 50.63%
G = 11.71%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A02577 (or 0xA02577) is known color: Dark Purple. HEX triplet: A0, 25 and 77. RGB value is (160,37,119). Sum of RGB (Red+Green+Blue) = 160+37+119=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A02577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02577 is #5FDA88. Grayscale: #525252. Windows color (decimal): -6281865 or 7808416. OLE color: 7808416.

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

Color convert

RGB 160 37 119 -
CMYK 0 0.77 0.26 0.37
HSL 320º 0.62% 0.39% -
HSV(B) 320º 0.77% 0.63% -
XYZ 18.49 10.13 18.43 -
YUV 83.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 160 37 119 0 0.77 0.26 0.37 320 0.62 0.39
Hex A0 25 77 0 4D 1A 25 140 3E 27
Octal 240 45 167 0 115 32 45 500 76 47
Binary 10100000 100101 1110111 0 1001101 11010 100101 101000000 111110 100111

Color Harmonies of #A02577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02577

Black with #A02577

Text Example


Text Example

White with #A02577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02577; }

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

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

background-color css

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

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

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

border-color css

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

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

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