#A008A4

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

Shades of Dark Magenta #A008A4

Tints of Dark Magenta #A008A4

Color information

#A008A4 (or 0xA008A4) is unknown color: approx Dark Magenta. HEX triplet: A0, 08 and A4. RGB value is (160,8,164). Sum of RGB (Red+Green+Blue) = 160+8+164=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 164 (64.45% from 255 or 49.40% from 332); Max value from RGB is 164 - color contains mainly: blue. Hex color #A008A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A008A4 is #5FF75B. Grayscale: #464646. Windows color (decimal): -6289244 or 10750112. OLE color: 10750112.

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

Color convert

RGB1608164-
CMYK0.020.9500.36
HSL298.46º90.7%33.73%-
HSV(B)298.46º95.12%64.31%-
XYZ21.2810.3335.99-
YUV71.23180.36191.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 8 (3.52% from 255) = 2.41%
BLUE value IS 164 (64.45% from 255) = 49.40%
R=48.19%
G=2.41%
B=49.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16081640.020.9500.36298.4690.733.73
HexA08A425F02412a5b22
Octal24010244213704445213342
Binary1010000010001010010010101111101001001001010101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A008A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A008A4; }

 p { color: rgb(160,8,164); }

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

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

 a { background-color: rgb(160,8,164); }

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

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

 span { border-color: rgb(160,8,164); }

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