Html Css Color HEX #A01977 Dark Purple

📋 copy color: '#A01977'

red 160 ◦ green 25 ◦ blue 119

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

Shades of Dark Purple #A01977

Tints of Dark Purple #A01977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.22%

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

R = 52.63%
G = 8.22%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A01977 (or 0xA01977) is known color: Dark Purple. HEX triplet: A0, 19 and 77. RGB value is (160,25,119). Sum of RGB (Red+Green+Blue) = 160+25+119=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A01977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01977 is #5FE688. Grayscale: #4B4B4B. Windows color (decimal): -6284937 or 7805344. OLE color: 7805344.

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

Color convert

RGB 160 25 119 -
CMYK 0 0.84 0.26 0.37
HSL 318.22º 0.73% 0.36% -
HSV(B) 318.22º 0.84% 0.63% -
XYZ 18.17 9.5 18.33 -
YUV 76.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 160 25 119 0 0.84 0.26 0.37 318.22 0.73 0.36
Hex A0 19 77 0 54 1A 25 13E 49 24
Octal 240 31 167 0 124 32 45 476 111 44
Binary 10100000 11001 1110111 0 1010100 11010 100101 100111110 1001001 100100

Color Harmonies of #A01977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01977

Black with #A01977

Text Example


Text Example

White with #A01977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01977; }

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

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

background-color css

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

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

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

border-color css

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

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

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