Shades of Dark Violet #AF0BCF
Tints of Dark Violet #AF0BCF
RGB
CMYK
RGB Variations
Color information
#AF0BCF (or 0xAF0BCF) is known color: Dark Violet. HEX triplet: AF, 0B and CF. RGB value is (175,11,207). Sum of RGB (Red+Green+Blue) = 175+11+207=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF0BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BCF is #50F430. Grayscale: #515151. Windows color (decimal): -5305393 or 13568943. OLE color: 13568943.
HSL color Cylindrical-coordinate representation of color #AF0BCF: hue angle of 290.2º degrees, saturation: 0.9, 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 #AF0BCF is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 11 | 207 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.19 |
| HSL | 290.2º | 0.9% | 0.43% | - |
| HSV(B) | 290.2º | 0.95% | 0.81% | - |
| XYZ | 29.06 | 13.86 | 60.17 | - |
| YUV | 82.38 | 198.33 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 207 | 0.15 | 0.95 | 0 | 0.19 | 290.2 | 0.9 | 0.43 |
| Hex | AF | B | CF | F | 5F | 0 | 13 | 122 | 5A | 2B |
| Octal | 257 | 13 | 317 | 17 | 137 | 0 | 23 | 442 | 132 | 53 |
| Binary | 10101111 | 1011 | 11001111 | 1111 | 1011111 | 0 | 10011 | 100100010 | 1011010 | 101011 |
Color Harmonies of #AF0BCF
Complementary color
Monochromatic Colors of #AF0BCF
Black with #AF0BCF
Text Example
Text Example
White with #AF0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BCF; }
p { color: rgb(175,11,207); }
H1.HeaderClassName
{
color: #AF0BCF;
}
.AnyTagClassName
{
color: #AF0BCF;
}
</style>
background-color css
<style>
a { background-color: #AF0BCF; }
a { background-color: rgb(175,11,207); }
div.DivClassName
{
background-color: #AF0BCF;
}
.BgClassName
{
background-color: #AF0BCF;
}
</style>
border-color css
<style>
span { border-color: #AF0BCF; }
span { border-color: rgb(175,11,207); }
td.TdClassName
{
border-color: #AF0BCF;
}
.TagClassName
{
border-color: #AF0BCF;
}
</style>