#A810AA

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

Shades of Dark Magenta #A810AA

Tints of Dark Magenta #A810AA

Color information

#A810AA (or 0xA810AA) is unknown color: approx Dark Magenta. HEX triplet: A8, 10 and AA. RGB value is (168,16,170). Sum of RGB (Red+Green+Blue) = 168+16+170=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #A810AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A810AA is #57EF55. Grayscale: #4E4E4E. Windows color (decimal): -5762902 or 11145384. OLE color: 11145384.

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

Color convert

RGB16816170-
CMYK0.010.9100.33
HSL299.22º82.8%36.47%-
HSV(B)299.22º90.59%66.67%-
XYZ23.5911.639.03-
YUV79179.36191.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.46%
GREEN value IS 16 (6.64% from 255) = 4.52%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=47.46%
G=4.52%
B=48.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168161700.010.9100.33299.2282.836.47
HexA810AA15B02112b5324
Octal25020252113304145312344
Binary1010100010000101010101101101101000011001010111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A810AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A810AA; }

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

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

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

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

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

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

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

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