Html Css Color HEX #A11987 Dark Purple

📋 copy color: '#A11987'

red 161 ◦ green 25 ◦ blue 135

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

Shades of Dark Purple #A11987

Tints of Dark Purple #A11987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.06%

R = 50.16%
G = 7.79%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A11987 (or 0xA11987) is known color: Dark Purple. HEX triplet: A1, 19 and 87. RGB value is (161,25,135). Sum of RGB (Red+Green+Blue) = 161+25+135=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A11987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11987 is #5EE678. Grayscale: #4D4D4D. Windows color (decimal): -6219385 or 8853921. OLE color: 8853921.

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

Color convert

RGB 161 25 135 -
CMYK 0 0.84 0.16 0.37
HSL 311.47º 0.73% 0.36% -
HSV(B) 311.47º 0.84% 0.63% -
XYZ 19.42 10.02 23.83 -
YUV 78.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 161 25 135 0 0.84 0.16 0.37 311.47 0.73 0.36
Hex A1 19 87 0 54 10 25 137 49 24
Octal 241 31 207 0 124 20 45 467 111 44
Binary 10100001 11001 10000111 0 1010100 10000 100101 100110111 1001001 100100

Color Harmonies of #A11987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11987

Black with #A11987

Text Example


Text Example

White with #A11987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11987; }

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

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

background-color css

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

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

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

border-color css

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

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

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