Shades of Deep Magenta #A808AF
Tints of Deep Magenta #A808AF
RGB
CMYK
RGB Variations
Color information
#A808AF (or 0xA808AF) is known color: Deep Magenta. HEX triplet: A8, 08 and AF. RGB value is (168,8,175). Sum of RGB (Red+Green+Blue) = 168+8+175=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #A808AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A808AF is #57F750. Grayscale: #4A4A4A. Windows color (decimal): -5764945 or 11471016. OLE color: 11471016.
HSL color Cylindrical-coordinate representation of color #A808AF: hue angle of 297.49º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A808AF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 8 | 175 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.31 |
| HSL | 297.49º | 0.91% | 0.36% | - |
| HSV(B) | 297.49º | 0.95% | 0.69% | - |
| XYZ | 23.97 | 11.59 | 41.53 | - |
| YUV | 74.88 | 184.51 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 175 | 0.04 | 0.95 | 0 | 0.31 | 297.49 | 0.91 | 0.36 |
| Hex | A8 | 8 | AF | 4 | 5F | 0 | 1F | 129 | 5B | 24 |
| Octal | 250 | 10 | 257 | 4 | 137 | 0 | 37 | 451 | 133 | 44 |
| Binary | 10101000 | 1000 | 10101111 | 100 | 1011111 | 0 | 11111 | 100101001 | 1011011 | 100100 |
Color Harmonies of #A808AF
Complementary color
Monochromatic Colors of #A808AF
Black with #A808AF
Text Example
Text Example
White with #A808AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808AF; }
p { color: rgb(168,8,175); }
H1.HeaderClassName
{
color: #A808AF;
}
.AnyTagClassName
{
color: #A808AF;
}
</style>
background-color css
<style>
a { background-color: #A808AF; }
a { background-color: rgb(168,8,175); }
div.DivClassName
{
background-color: #A808AF;
}
.BgClassName
{
background-color: #A808AF;
}
</style>
border-color css
<style>
span { border-color: #A808AF; }
span { border-color: rgb(168,8,175); }
td.TdClassName
{
border-color: #A808AF;
}
.TagClassName
{
border-color: #A808AF;
}
</style>