Shades of Dark Magenta #A607AF
Tints of Dark Magenta #A607AF
RGB
CMYK
RGB Variations
Color information
#A607AF (or 0xA607AF) is known color: Dark Magenta. HEX triplet: A6, 07 and AF. RGB value is (166,7,175). Sum of RGB (Red+Green+Blue) = 166+7+175=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #A607AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A607AF is #59F850. Grayscale: #494949. Windows color (decimal): -5896273 or 11470758. OLE color: 11470758.
HSL color Cylindrical-coordinate representation of color #A607AF: hue angle of 296.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A607AF is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 7 | 175 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.31 |
| HSL | 296.79º | 0.92% | 0.36% | - |
| HSV(B) | 296.79º | 0.96% | 0.69% | - |
| XYZ | 23.54 | 11.35 | 41.51 | - |
| YUV | 73.69 | 185.18 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 175 | 0.05 | 0.96 | 0 | 0.31 | 296.79 | 0.92 | 0.36 |
| Hex | A6 | 7 | AF | 5 | 60 | 0 | 1F | 129 | 5C | 24 |
| Octal | 246 | 7 | 257 | 5 | 140 | 0 | 37 | 451 | 134 | 44 |
| Binary | 10100110 | 111 | 10101111 | 101 | 1100000 | 0 | 11111 | 100101001 | 1011100 | 100100 |
Color Harmonies of #A607AF
Complementary color
Monochromatic Colors of #A607AF
Black with #A607AF
Text Example
Text Example
White with #A607AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A607AF; }
p { color: rgb(166,7,175); }
H1.HeaderClassName
{
color: #A607AF;
}
.AnyTagClassName
{
color: #A607AF;
}
</style>
background-color css
<style>
a { background-color: #A607AF; }
a { background-color: rgb(166,7,175); }
div.DivClassName
{
background-color: #A607AF;
}
.BgClassName
{
background-color: #A607AF;
}
</style>
border-color css
<style>
span { border-color: #A607AF; }
span { border-color: rgb(166,7,175); }
td.TdClassName
{
border-color: #A607AF;
}
.TagClassName
{
border-color: #A607AF;
}
</style>