Shades of Deep Magenta #AF1AAC
Tints of Deep Magenta #AF1AAC
RGB
CMYK
RGB Variations
Color information
#AF1AAC (or 0xAF1AAC) is known color: Deep Magenta. HEX triplet: AF, 1A and AC. RGB value is (175,26,172). Sum of RGB (Red+Green+Blue) = 175+26+172=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1AAC is #50E553. Grayscale: #565656. Windows color (decimal): -5301588 or 11279023. OLE color: 11279023.
HSL color Cylindrical-coordinate representation of color #AF1AAC: hue angle of 301.21º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1AAC is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 172 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.31 |
| HSL | 301.21º | 0.74% | 0.39% | - |
| HSV(B) | 301.21º | 0.85% | 0.69% | - |
| XYZ | 25.49 | 12.83 | 40.16 | - |
| YUV | 87.2 | 175.86 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 172 | 0 | 0.85 | 0.02 | 0.31 | 301.21 | 0.74 | 0.39 |
| Hex | AF | 1A | AC | 0 | 55 | 2 | 1F | 12D | 4A | 27 |
| Octal | 257 | 32 | 254 | 0 | 125 | 2 | 37 | 455 | 112 | 47 |
| Binary | 10101111 | 11010 | 10101100 | 0 | 1010101 | 10 | 11111 | 100101101 | 1001010 | 100111 |
Color Harmonies of #AF1AAC
Complementary color
Monochromatic Colors of #AF1AAC
Black with #AF1AAC
Text Example
Text Example
White with #AF1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AAC; }
p { color: rgb(175,26,172); }
H1.HeaderClassName
{
color: #AF1AAC;
}
.AnyTagClassName
{
color: #AF1AAC;
}
</style>
background-color css
<style>
a { background-color: #AF1AAC; }
a { background-color: rgb(175,26,172); }
div.DivClassName
{
background-color: #AF1AAC;
}
.BgClassName
{
background-color: #AF1AAC;
}
</style>
border-color css
<style>
span { border-color: #AF1AAC; }
span { border-color: rgb(175,26,172); }
td.TdClassName
{
border-color: #AF1AAC;
}
.TagClassName
{
border-color: #AF1AAC;
}
</style>