Html Css Color HEX #A11976 Dark Purple

📋 copy color: '#A11976'

red 161 ◦ green 25 ◦ blue 118

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

Shades of Dark Purple #A11976

Tints of Dark Purple #A11976

RGB

 RED value IS 161 (63.28% from 255) = 52.96%

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

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

R = 52.96%
G = 8.22%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A11976 (or 0xA11976) is known color: Dark Purple. HEX triplet: A1, 19 and 76. RGB value is (161,25,118). Sum of RGB (Red+Green+Blue) = 161+25+118=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A11976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11976 is #5EE689. Grayscale: #4C4C4C. Windows color (decimal): -6219402 or 7739809. OLE color: 7739809.

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

Color convert

RGB 161 25 118 -
CMYK 0 0.84 0.27 0.37
HSL 318.97º 0.73% 0.36% -
HSV(B) 318.97º 0.84% 0.63% -
XYZ 18.32 9.58 18.02 -
YUV 76.27 151.56 188.44 -
System Red Green Blue C M Y K H S L
Decimal 161 25 118 0 0.84 0.27 0.37 318.97 0.73 0.36
Hex A1 19 76 0 54 1B 25 13F 49 24
Octal 241 31 166 0 124 33 45 477 111 44
Binary 10100001 11001 1110110 0 1010100 11011 100101 100111111 1001001 100100

Color Harmonies of #A11976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11976

Black with #A11976

Text Example


Text Example

White with #A11976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11976; }

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

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

background-color css

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

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

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

border-color css

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

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

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