Shades of Dark Violet #AF16DB
Tints of Dark Violet #AF16DB
RGB
CMYK
RGB Variations
Color information
#AF16DB (or 0xAF16DB) is known color: Dark Violet. HEX triplet: AF, 16 and DB. RGB value is (175,22,219). Sum of RGB (Red+Green+Blue) = 175+22+219=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF16DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16DB is #50E924. Grayscale: #595959. Windows color (decimal): -5302565 or 14358191. OLE color: 14358191.
HSL color Cylindrical-coordinate representation of color #AF16DB: hue angle of 286.6º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF16DB is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 22 | 219 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.14 |
| HSL | 286.6º | 0.82% | 0.47% | - |
| HSV(B) | 286.6º | 0.9% | 0.86% | - |
| XYZ | 30.75 | 14.8 | 68.25 | - |
| YUV | 90.21 | 200.69 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 219 | 0.20 | 0.90 | 0 | 0.14 | 286.6 | 0.82 | 0.47 |
| Hex | AF | 16 | DB | 14 | 5A | 0 | E | 11F | 52 | 2F |
| Octal | 257 | 26 | 333 | 24 | 132 | 0 | 16 | 437 | 122 | 57 |
| Binary | 10101111 | 10110 | 11011011 | 10100 | 1011010 | 0 | 1110 | 100011111 | 1010010 | 101111 |
Color Harmonies of #AF16DB
Complementary color
Monochromatic Colors of #AF16DB
Black with #AF16DB
Text Example
Text Example
White with #AF16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16DB; }
p { color: rgb(175,22,219); }
H1.HeaderClassName
{
color: #AF16DB;
}
.AnyTagClassName
{
color: #AF16DB;
}
</style>
background-color css
<style>
a { background-color: #AF16DB; }
a { background-color: rgb(175,22,219); }
div.DivClassName
{
background-color: #AF16DB;
}
.BgClassName
{
background-color: #AF16DB;
}
</style>
border-color css
<style>
span { border-color: #AF16DB; }
span { border-color: rgb(175,22,219); }
td.TdClassName
{
border-color: #AF16DB;
}
.TagClassName
{
border-color: #AF16DB;
}
</style>