Shades of Dark Magenta #A807AA
Tints of Dark Magenta #A807AA
RGB
CMYK
RGB Variations
Color information
#A807AA (or 0xA807AA) is known color: Dark Magenta. HEX triplet: A8, 07 and AA. RGB value is (168,7,170). Sum of RGB (Red+Green+Blue) = 168+7+170=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #A807AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A807AA is #57F855. Grayscale: #494949. Windows color (decimal): -5765206 or 11143080. OLE color: 11143080.
HSL color Cylindrical-coordinate representation of color #A807AA: hue angle of 299.26º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A807AA is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 7 | 170 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.33 |
| HSL | 299.26º | 0.92% | 0.35% | - |
| HSV(B) | 299.26º | 0.96% | 0.67% | - |
| XYZ | 23.48 | 11.38 | 38.99 | - |
| YUV | 73.72 | 182.34 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 170 | 0.01 | 0.96 | 0 | 0.33 | 299.26 | 0.92 | 0.35 |
| Hex | A8 | 7 | AA | 1 | 60 | 0 | 21 | 12B | 5C | 23 |
| Octal | 250 | 7 | 252 | 1 | 140 | 0 | 41 | 453 | 134 | 43 |
| Binary | 10101000 | 111 | 10101010 | 1 | 1100000 | 0 | 100001 | 100101011 | 1011100 | 100011 |
Color Harmonies of #A807AA
Complementary color
Monochromatic Colors of #A807AA
Black with #A807AA
Text Example
Text Example
White with #A807AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A807AA; }
p { color: rgb(168,7,170); }
H1.HeaderClassName
{
color: #A807AA;
}
.AnyTagClassName
{
color: #A807AA;
}
</style>
background-color css
<style>
a { background-color: #A807AA; }
a { background-color: rgb(168,7,170); }
div.DivClassName
{
background-color: #A807AA;
}
.BgClassName
{
background-color: #A807AA;
}
</style>
border-color css
<style>
span { border-color: #A807AA; }
span { border-color: rgb(168,7,170); }
td.TdClassName
{
border-color: #A807AA;
}
.TagClassName
{
border-color: #A807AA;
}
</style>