#A908AE

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

Shades of Deep Magenta #A908AE

Tints of Deep Magenta #A908AE

Color information

#A908AE (or 0xA908AE) is unknown color: approx Deep Magenta. HEX triplet: A9, 08 and AE. RGB value is (169,8,174). Sum of RGB (Red+Green+Blue) = 169+8+174=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #A908AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A908AE is #56F751. Grayscale: #4A4A4A. Windows color (decimal): -5699410 or 11405481. OLE color: 11405481.

HSL color Cylindrical-coordinate representation of color #A908AE: hue angle of 298.19º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A908AE is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1698174-
CMYK0.030.9500.32
HSL298.19º91.21%35.69%-
HSV(B)298.19º95.4%68.24%-
XYZ24.0911.6641.03-
YUV75.06183.84195-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 8 (3.52% from 255) = 2.28%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=48.15%
G=2.28%
B=49.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16981740.030.9500.32298.1991.2135.69
HexA98AE35F02012a5b24
Octal25110256313704045213344
Binary1010100110001010111011101111101000001001010101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A908AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A908AE; }

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

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

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

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

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

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

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

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