#A117AB

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

Shades of Dark Magenta #A117AB

Tints of Dark Magenta #A117AB

Color information

#A117AB (or 0xA117AB) is unknown color: approx Dark Magenta. HEX triplet: A1, 17 and AB. RGB value is (161,23,171). Sum of RGB (Red+Green+Blue) = 161+23+171=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #A117AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A117AB is #5EE854. Grayscale: #505050. Windows color (decimal): -6219861 or 11212705. OLE color: 11212705.

HSL color Cylindrical-coordinate representation of color #A117AB: hue angle of 295.95º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A117AB is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16123171-
CMYK0.060.8700.33
HSL295.95º76.29%38.04%-
HSV(B)295.95º86.55%67.06%-
XYZ22.3611.1339.5-
YUV81.13178.72184.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 23 (9.38% from 255) = 6.48%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=45.35%
G=6.48%
B=48.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161231710.060.8700.33295.9576.2938.04
HexA117AB6570211284c26
Octal24127253612704145011446
Binary101000011011110101011110101011101000011001010001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A117AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A117AB; }

 p { color: rgb(161,23,171); }

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

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

 a { background-color: rgb(161,23,171); }

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

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

 span { border-color: rgb(161,23,171); }

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