#A11692

Color #A11692 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A11692

Tints of Dark Magenta #A11692

Color information

#A11692 (or 0xA11692) is unknown color: approx Dark Magenta. HEX triplet: A1, 16 and 92. RGB value is (161,22,146). Sum of RGB (Red+Green+Blue) = 161+22+146=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A11692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11692 is #5EE96D. Grayscale: #4D4D4D. Windows color (decimal): -6220142 or 9574049. OLE color: 9574049.

HSL color Cylindrical-coordinate representation of color #A11692: hue angle of 306.47º 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 #A11692 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB16122146-
CMYK00.860.090.37
HSL306.47º75.96%35.88%-
HSV(B)306.47º86.34%63.14%-
XYZ20.1710.2328.1-
YUV77.7166.55187.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 22 (8.98% from 255) = 6.69%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=48.94%
G=6.69%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612214600.860.090.37306.4775.9635.88
HexA116920569251324c24
Octal241262220126114546211444
Binary1010000110110100100100101011010011001011001100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11692; }

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

 H1.HeaderClassName
 {
   color: #A11692;
 }
 .AnyTagClassName
 {
   color: #A11692;
 }
</style>
background-color css

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

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

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

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

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

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