Shades of Dark Magenta #AF0CA4
Tints of Dark Magenta #AF0CA4
RGB
CMYK
RGB Variations
Color information
#AF0CA4 (or 0xAF0CA4) is known color: Dark Magenta. HEX triplet: AF, 0C and A4. RGB value is (175,12,164). Sum of RGB (Red+Green+Blue) = 175+12+164=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0CA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0CA4 is #50F35B. Grayscale: #4D4D4D. Windows color (decimal): -5305180 or 10751151. OLE color: 10751151.
HSL color Cylindrical-coordinate representation of color #AF0CA4: hue angle of 304.05º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0CA4 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 164 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.31 |
| HSL | 304.05º | 0.87% | 0.37% | - |
| HSV(B) | 304.05º | 0.93% | 0.69% | - |
| XYZ | 24.51 | 12.06 | 36.16 | - |
| YUV | 78.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 164 | 0 | 0.93 | 0.06 | 0.31 | 304.05 | 0.87 | 0.37 |
| Hex | AF | C | A4 | 0 | 5D | 6 | 1F | 130 | 57 | 25 |
| Octal | 257 | 14 | 244 | 0 | 135 | 6 | 37 | 460 | 127 | 45 |
| Binary | 10101111 | 1100 | 10100100 | 0 | 1011101 | 110 | 11111 | 100110000 | 1010111 | 100101 |
Color Harmonies of #AF0CA4
Complementary color
Monochromatic Colors of #AF0CA4
Black with #AF0CA4
Text Example
Text Example
White with #AF0CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CA4; }
p { color: rgb(175,12,164); }
H1.HeaderClassName
{
color: #AF0CA4;
}
.AnyTagClassName
{
color: #AF0CA4;
}
</style>
background-color css
<style>
a { background-color: #AF0CA4; }
a { background-color: rgb(175,12,164); }
div.DivClassName
{
background-color: #AF0CA4;
}
.BgClassName
{
background-color: #AF0CA4;
}
</style>
border-color css
<style>
span { border-color: #AF0CA4; }
span { border-color: rgb(175,12,164); }
td.TdClassName
{
border-color: #AF0CA4;
}
.TagClassName
{
border-color: #AF0CA4;
}
</style>