Html Css Color HEX #A11887 Dark Purple

📋 copy color: '#A11887'

red 161 ◦ green 24 ◦ blue 135

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

Shades of Dark Purple #A11887

Tints of Dark Purple #A11887

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.5%

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

R = 50.31%
G = 7.5%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A11887 (or 0xA11887) is known color: Dark Purple. HEX triplet: A1, 18 and 87. RGB value is (161,24,135). Sum of RGB (Red+Green+Blue) = 161+24+135=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A11887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11887 is #5EE778. Grayscale: #4D4D4D. Windows color (decimal): -6219641 or 8853665. OLE color: 8853665.

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

Color convert

RGB 161 24 135 -
CMYK 0 0.85 0.16 0.37
HSL 311.39º 0.74% 0.36% -
HSV(B) 311.39º 0.85% 0.63% -
XYZ 19.4 9.98 23.83 -
YUV 77.62 160.39 187.47 -
System Red Green Blue C M Y K H S L
Decimal 161 24 135 0 0.85 0.16 0.37 311.39 0.74 0.36
Hex A1 18 87 0 55 10 25 137 4A 24
Octal 241 30 207 0 125 20 45 467 112 44
Binary 10100001 11000 10000111 0 1010101 10000 100101 100110111 1001010 100100

Color Harmonies of #A11887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11887

Black with #A11887

Text Example


Text Example

White with #A11887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11887; }

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

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

background-color css

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

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

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

border-color css

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

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

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