Html Css Color HEX #A01976 Dark Purple

📋 copy color: '#A01976'

red 160 ◦ green 25 ◦ blue 118

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

Shades of Dark Purple #A01976

Tints of Dark Purple #A01976

RGB

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

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

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

R = 52.81%
G = 8.25%
B = 38.94%

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

#A01976 (or 0xA01976) is known color: Dark Purple. HEX triplet: A0, 19 and 76. RGB value is (160,25,118). Sum of RGB (Red+Green+Blue) = 160+25+118=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A01976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01976 is #5FE689. Grayscale: #4B4B4B. Windows color (decimal): -6284938 or 7739808. OLE color: 7739808.

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

Color convert

RGB 160 25 118 -
CMYK 0 0.84 0.26 0.37
HSL 318.67º 0.73% 0.36% -
HSV(B) 318.67º 0.84% 0.63% -
XYZ 18.11 9.48 18.01 -
YUV 75.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 160 25 118 0 0.84 0.26 0.37 318.67 0.73 0.36
Hex A0 19 76 0 54 1A 25 13F 49 24
Octal 240 31 166 0 124 32 45 477 111 44
Binary 10100000 11001 1110110 0 1010100 11010 100101 100111111 1001001 100100

Color Harmonies of #A01976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01976

Black with #A01976

Text Example


Text Example

White with #A01976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01976; }

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

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

background-color css

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

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

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

border-color css

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

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

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