Html Css Color HEX #A11686 Dark Purple

📋 copy color: '#A11686'

red 161 ◦ green 22 ◦ blue 134

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

Shades of Dark Purple #A11686

Tints of Dark Purple #A11686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.94%

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

R = 50.79%
G = 6.94%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A11686 (or 0xA11686) is known color: Dark Purple. HEX triplet: A1, 16 and 86. RGB value is (161,22,134). Sum of RGB (Red+Green+Blue) = 161+22+134=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A11686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11686 is #5EE979. Grayscale: #4C4C4C. Windows color (decimal): -6220154 or 8787617. OLE color: 8787617.

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

Color convert

RGB 161 22 134 -
CMYK 0 0.86 0.17 0.37
HSL 311.65º 0.76% 0.36% -
HSV(B) 311.65º 0.86% 0.63% -
XYZ 19.29 9.87 23.44 -
YUV 76.33 160.55 188.39 -
System Red Green Blue C M Y K H S L
Decimal 161 22 134 0 0.86 0.17 0.37 311.65 0.76 0.36
Hex A1 16 86 0 56 11 25 138 4C 24
Octal 241 26 206 0 126 21 45 470 114 44
Binary 10100001 10110 10000110 0 1010110 10001 100101 100111000 1001100 100100

Color Harmonies of #A11686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11686

Black with #A11686

Text Example


Text Example

White with #A11686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11686; }

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

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

background-color css

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

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

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

border-color css

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

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

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