#A817AA

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

Shades of Dark Magenta #A817AA

Tints of Dark Magenta #A817AA

Color information

#A817AA (or 0xA817AA) is unknown color: approx Dark Magenta. HEX triplet: A8, 17 and AA. RGB value is (168,23,170). Sum of RGB (Red+Green+Blue) = 168+23+170=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #A817AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A817AA is #57E855. Grayscale: #525252. Windows color (decimal): -5761110 or 11147176. OLE color: 11147176.

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

Color convert

RGB16823170-
CMYK0.010.8600.33
HSL299.18º76.17%37.84%-
HSV(B)299.18º86.47%66.67%-
XYZ23.7111.8439.07-
YUV83.11177.04188.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.54%
GREEN value IS 23 (9.38% from 255) = 6.37%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=46.54%
G=6.37%
B=47.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168231700.010.8600.33299.1876.1737.84
HexA817AA15602112b4c26
Octal25027252112604145311446
Binary1010100010111101010101101011001000011001010111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A817AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A817AA; }

 p { color: rgb(168,23,170); }

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

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

 a { background-color: rgb(168,23,170); }

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

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

 span { border-color: rgb(168,23,170); }

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