Html Css Color HEX #A11486 Dark Purple

📋 copy color: '#A11486'

red 161 ◦ green 20 ◦ blue 134

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

Shades of Dark Purple #A11486

Tints of Dark Purple #A11486

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

 BLUE value IS 134 (52.73% from 255) = 42.54%

R = 51.11%
G = 6.35%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A11486 (or 0xA11486) is known color: Dark Purple. HEX triplet: A1, 14 and 86. RGB value is (161,20,134). Sum of RGB (Red+Green+Blue) = 161+20+134=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A11486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11486 is #5EEB79. Grayscale: #4A4A4A. Windows color (decimal): -6220666 or 8787105. OLE color: 8787105.

HSL color Cylindrical-coordinate representation of color #A11486: hue angle of 311.49º degrees, saturation: 0.78, 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 #A11486 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 20 134 -
CMYK 0 0.88 0.17 0.37
HSL 311.49º 0.78% 0.35% -
HSV(B) 311.49º 0.88% 0.63% -
XYZ 19.25 9.8 23.43 -
YUV 75.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 161 20 134 0 0.88 0.17 0.37 311.49 0.78 0.35
Hex A1 14 86 0 58 11 25 137 4E 23
Octal 241 24 206 0 130 21 45 467 116 43
Binary 10100001 10100 10000110 0 1011000 10001 100101 100110111 1001110 100011

Color Harmonies of #A11486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11486

Black with #A11486

Text Example


Text Example

White with #A11486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11486; }

 p { color: rgb(161,20,134); }

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

background-color css

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

 a { background-color: rgb(161,20,134); }

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

border-color css

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

 span { border-color: rgb(161,20,134); }

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