Shades of Dark Violet #AF0BD5
Tints of Dark Violet #AF0BD5
RGB
CMYK
RGB Variations
Color information
#AF0BD5 (or 0xAF0BD5) is known color: Dark Violet. HEX triplet: AF, 0B and D5. RGB value is (175,11,213). Sum of RGB (Red+Green+Blue) = 175+11+213=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 213 (83.59% from 255 or 53.38% from 399); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF0BD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BD5 is #50F42A. Grayscale: #525252. Windows color (decimal): -5305387 or 13962159. OLE color: 13962159.
HSL color Cylindrical-coordinate representation of color #AF0BD5: hue angle of 288.71º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0BD5 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 11 | 213 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.16 |
| HSL | 288.71º | 0.9% | 0.44% | - |
| HSV(B) | 288.71º | 0.95% | 0.84% | - |
| XYZ | 29.81 | 14.16 | 64.11 | - |
| YUV | 83.06 | 201.33 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 213 | 0.18 | 0.95 | 0 | 0.16 | 288.71 | 0.9 | 0.44 |
| Hex | AF | B | D5 | 12 | 5F | 0 | 10 | 121 | 5A | 2C |
| Octal | 257 | 13 | 325 | 22 | 137 | 0 | 20 | 441 | 132 | 54 |
| Binary | 10101111 | 1011 | 11010101 | 10010 | 1011111 | 0 | 10000 | 100100001 | 1011010 | 101100 |
Color Harmonies of #AF0BD5
Complementary color
Monochromatic Colors of #AF0BD5
Black with #AF0BD5
Text Example
Text Example
White with #AF0BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BD5; }
p { color: rgb(175,11,213); }
H1.HeaderClassName
{
color: #AF0BD5;
}
.AnyTagClassName
{
color: #AF0BD5;
}
</style>
background-color css
<style>
a { background-color: #AF0BD5; }
a { background-color: rgb(175,11,213); }
div.DivClassName
{
background-color: #AF0BD5;
}
.BgClassName
{
background-color: #AF0BD5;
}
</style>
border-color css
<style>
span { border-color: #AF0BD5; }
span { border-color: rgb(175,11,213); }
td.TdClassName
{
border-color: #AF0BD5;
}
.TagClassName
{
border-color: #AF0BD5;
}
</style>