Shades of Dark Violet #AF09DB
Tints of Dark Violet #AF09DB
RGB
CMYK
RGB Variations
Color information
#AF09DB (or 0xAF09DB) is known color: Dark Violet. HEX triplet: AF, 09 and DB. RGB value is (175,9,219). Sum of RGB (Red+Green+Blue) = 175+9+219=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF09DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09DB is #50F624. Grayscale: #515151. Windows color (decimal): -5305893 or 14354863. OLE color: 14354863.
HSL color Cylindrical-coordinate representation of color #AF09DB: hue angle of 287.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09DB is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 9 | 219 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.14 |
| HSL | 287.43º | 0.92% | 0.45% | - |
| HSV(B) | 287.43º | 0.96% | 0.86% | - |
| XYZ | 30.56 | 14.42 | 68.19 | - |
| YUV | 82.57 | 205 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 219 | 0.20 | 0.96 | 0 | 0.14 | 287.43 | 0.92 | 0.45 |
| Hex | AF | 9 | DB | 14 | 60 | 0 | E | 11F | 5C | 2D |
| Octal | 257 | 11 | 333 | 24 | 140 | 0 | 16 | 437 | 134 | 55 |
| Binary | 10101111 | 1001 | 11011011 | 10100 | 1100000 | 0 | 1110 | 100011111 | 1011100 | 101101 |
Color Harmonies of #AF09DB
Complementary color
Monochromatic Colors of #AF09DB
Black with #AF09DB
Text Example
Text Example
White with #AF09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF09DB; }
p { color: rgb(175,9,219); }
H1.HeaderClassName
{
color: #AF09DB;
}
.AnyTagClassName
{
color: #AF09DB;
}
</style>
background-color css
<style>
a { background-color: #AF09DB; }
a { background-color: rgb(175,9,219); }
div.DivClassName
{
background-color: #AF09DB;
}
.BgClassName
{
background-color: #AF09DB;
}
</style>
border-color css
<style>
span { border-color: #AF09DB; }
span { border-color: rgb(175,9,219); }
td.TdClassName
{
border-color: #AF09DB;
}
.TagClassName
{
border-color: #AF09DB;
}
</style>