Html Css Color HEX #A11A87 Dark Purple

📋 copy color: '#A11A87'

red 161 ◦ green 26 ◦ blue 135

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

Shades of Dark Purple #A11A87

Tints of Dark Purple #A11A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.07%

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

R = 50%
G = 8.07%
B = 41.93%

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

#A11A87 (or 0xA11A87) is known color: Dark Purple. HEX triplet: A1, 1A and 87. RGB value is (161,26,135). Sum of RGB (Red+Green+Blue) = 161+26+135=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11A87 is #5EE578. Grayscale: #4E4E4E. Windows color (decimal): -6219129 or 8854177. OLE color: 8854177.

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

Color convert

RGB 161 26 135 -
CMYK 0 0.84 0.16 0.37
HSL 311.56º 0.72% 0.37% -
HSV(B) 311.56º 0.84% 0.63% -
XYZ 19.44 10.07 23.84 -
YUV 78.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 161 26 135 0 0.84 0.16 0.37 311.56 0.72 0.37
Hex A1 1A 87 0 54 10 25 138 48 25
Octal 241 32 207 0 124 20 45 470 110 45
Binary 10100001 11010 10000111 0 1010100 10000 100101 100111000 1001000 100101

Color Harmonies of #A11A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11A87

Black with #A11A87

Text Example


Text Example

White with #A11A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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