Html Css Color HEX #A11387 Dark Purple

📋 copy color: '#A11387'

red 161 ◦ green 19 ◦ blue 135

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

Shades of Dark Purple #A11387

Tints of Dark Purple #A11387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.03%

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

R = 51.11%
G = 6.03%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A11387 (or 0xA11387) is known color: Dark Purple. HEX triplet: A1, 13 and 87. RGB value is (161,19,135). Sum of RGB (Red+Green+Blue) = 161+19+135=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A11387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11387 is #5EEC78. Grayscale: #4A4A4A. Windows color (decimal): -6220921 or 8852385. OLE color: 8852385.

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

Color convert

RGB 161 19 135 -
CMYK 0 0.88 0.16 0.37
HSL 310.99º 0.79% 0.35% -
HSV(B) 310.99º 0.88% 0.63% -
XYZ 19.3 9.79 23.79 -
YUV 74.68 162.04 189.57 -
System Red Green Blue C M Y K H S L
Decimal 161 19 135 0 0.88 0.16 0.37 310.99 0.79 0.35
Hex A1 13 87 0 58 10 25 137 4F 23
Octal 241 23 207 0 130 20 45 467 117 43
Binary 10100001 10011 10000111 0 1011000 10000 100101 100110111 1001111 100011

Color Harmonies of #A11387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11387

Black with #A11387

Text Example


Text Example

White with #A11387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11387; }

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

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

background-color css

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

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

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

border-color css

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

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

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