#A908AA

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

Shades of Dark Magenta #A908AA

Tints of Dark Magenta #A908AA

Color information

#A908AA (or 0xA908AA) is unknown color: approx Dark Magenta. HEX triplet: A9, 08 and AA. RGB value is (169,8,170). Sum of RGB (Red+Green+Blue) = 169+8+170=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #A908AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A908AA is #56F755. Grayscale: #4A4A4A. Windows color (decimal): -5699414 or 11143337. OLE color: 11143337.

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

Color convert

RGB1698170-
CMYK0.010.9500.33
HSL299.63º91.01%34.9%-
HSV(B)299.63º95.29%66.67%-
XYZ23.711.5139-
YUV74.61181.84195.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 8 (3.52% from 255) = 2.31%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=48.70%
G=2.31%
B=48.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16981700.010.9500.33299.6391.0134.9
HexA98AA15F02112c5b23
Octal25110252113704145413343
Binary101010011000101010101101111101000011001011001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A908AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A908AA; }

 p { color: rgb(169,8,170); }

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

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

 a { background-color: rgb(169,8,170); }

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

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

 span { border-color: rgb(169,8,170); }

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