Html Css Color HEX #A11980 Dark Purple

📋 copy color: '#A11980'

red 161 ◦ green 25 ◦ blue 128

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

Shades of Dark Purple #A11980

Tints of Dark Purple #A11980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 51.27%
G = 7.96%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A11980 (or 0xA11980) is known color: Dark Purple. HEX triplet: A1, 19 and 80. RGB value is (161,25,128). Sum of RGB (Red+Green+Blue) = 161+25+128=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A11980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11980 is #5EE67F. Grayscale: #4D4D4D. Windows color (decimal): -6219392 or 8395169. OLE color: 8395169.

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

Color convert

RGB 161 25 128 -
CMYK 0 0.84 0.20 0.37
HSL 314.56º 0.73% 0.36% -
HSV(B) 314.56º 0.84% 0.63% -
XYZ 18.94 9.83 21.32 -
YUV 77.41 156.56 187.62 -
System Red Green Blue C M Y K H S L
Decimal 161 25 128 0 0.84 0.20 0.37 314.56 0.73 0.36
Hex A1 19 80 0 54 14 25 13B 49 24
Octal 241 31 200 0 124 24 45 473 111 44
Binary 10100001 11001 10000000 0 1010100 10100 100101 100111011 1001001 100100

Color Harmonies of #A11980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11980

Black with #A11980

Text Example


Text Example

White with #A11980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11980; }

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

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

background-color css

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

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

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

border-color css

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

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

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