Shades of Dark Violet #AF0ACF
Tints of Dark Violet #AF0ACF
RGB
CMYK
RGB Variations
Color information
#AF0ACF (or 0xAF0ACF) is known color: Dark Violet. HEX triplet: AF, 0A and CF. RGB value is (175,10,207). Sum of RGB (Red+Green+Blue) = 175+10+207=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF0ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ACF is #50F530. Grayscale: #515151. Windows color (decimal): -5305649 or 13568687. OLE color: 13568687.
HSL color Cylindrical-coordinate representation of color #AF0ACF: hue angle of 290.25º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0ACF is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 10 | 207 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.19 |
| HSL | 290.25º | 0.91% | 0.43% | - |
| HSV(B) | 290.25º | 0.95% | 0.81% | - |
| XYZ | 29.05 | 13.84 | 60.17 | - |
| YUV | 81.79 | 198.66 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 207 | 0.15 | 0.95 | 0 | 0.19 | 290.25 | 0.91 | 0.43 |
| Hex | AF | A | CF | F | 5F | 0 | 13 | 122 | 5B | 2B |
| Octal | 257 | 12 | 317 | 17 | 137 | 0 | 23 | 442 | 133 | 53 |
| Binary | 10101111 | 1010 | 11001111 | 1111 | 1011111 | 0 | 10011 | 100100010 | 1011011 | 101011 |
Color Harmonies of #AF0ACF
Complementary color
Monochromatic Colors of #AF0ACF
Black with #AF0ACF
Text Example
Text Example
White with #AF0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0ACF; }
p { color: rgb(175,10,207); }
H1.HeaderClassName
{
color: #AF0ACF;
}
.AnyTagClassName
{
color: #AF0ACF;
}
</style>
background-color css
<style>
a { background-color: #AF0ACF; }
a { background-color: rgb(175,10,207); }
div.DivClassName
{
background-color: #AF0ACF;
}
.BgClassName
{
background-color: #AF0ACF;
}
</style>
border-color css
<style>
span { border-color: #AF0ACF; }
span { border-color: rgb(175,10,207); }
td.TdClassName
{
border-color: #AF0ACF;
}
.TagClassName
{
border-color: #AF0ACF;
}
</style>