Html Css Color HEX #A11588 Dark Purple

📋 copy color: '#A11588'

red 161 ◦ green 21 ◦ blue 136

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

Shades of Dark Purple #A11588

Tints of Dark Purple #A11588

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.6%

 BLUE value IS 136 (53.52% from 255) = 42.77%

R = 50.63%
G = 6.6%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A11588 (or 0xA11588) is known color: Dark Purple. HEX triplet: A1, 15 and 88. RGB value is (161,21,136). Sum of RGB (Red+Green+Blue) = 161+21+136=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A11588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11588 is #5EEA77. Grayscale: #4B4B4B. Windows color (decimal): -6220408 or 8918433. OLE color: 8918433.

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

Color convert

RGB 161 21 136 -
CMYK 0 0.87 0.16 0.37
HSL 310.71º 0.77% 0.36% -
HSV(B) 310.71º 0.87% 0.63% -
XYZ 19.41 9.89 24.18 -
YUV 75.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 161 21 136 0 0.87 0.16 0.37 310.71 0.77 0.36
Hex A1 15 88 0 57 10 25 137 4D 24
Octal 241 25 210 0 127 20 45 467 115 44
Binary 10100001 10101 10001000 0 1010111 10000 100101 100110111 1001101 100100

Color Harmonies of #A11588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11588

Black with #A11588

Text Example


Text Example

White with #A11588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11588; }

 p { color: rgb(161,21,136); }

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

background-color css

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

 a { background-color: rgb(161,21,136); }

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

border-color css

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

 span { border-color: rgb(161,21,136); }

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