Shades of Dark Violet #AF09D3
Tints of Dark Violet #AF09D3
RGB
CMYK
RGB Variations
Color information
#AF09D3 (or 0xAF09D3) is known color: Dark Violet. HEX triplet: AF, 09 and D3. RGB value is (175,9,211). Sum of RGB (Red+Green+Blue) = 175+9+211=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF09D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09D3 is #50F62C. Grayscale: #515151. Windows color (decimal): -5305901 or 13830575. OLE color: 13830575.
HSL color Cylindrical-coordinate representation of color #AF09D3: hue angle of 289.31º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF09D3 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 9 | 211 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.17 |
| HSL | 289.31º | 0.92% | 0.43% | - |
| HSV(B) | 289.31º | 0.96% | 0.83% | - |
| XYZ | 29.53 | 14.01 | 62.78 | - |
| YUV | 81.66 | 201 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 211 | 0.17 | 0.96 | 0 | 0.17 | 289.31 | 0.92 | 0.43 |
| Hex | AF | 9 | D3 | 11 | 60 | 0 | 11 | 121 | 5C | 2B |
| Octal | 257 | 11 | 323 | 21 | 140 | 0 | 21 | 441 | 134 | 53 |
| Binary | 10101111 | 1001 | 11010011 | 10001 | 1100000 | 0 | 10001 | 100100001 | 1011100 | 101011 |
Color Harmonies of #AF09D3
Complementary color
Monochromatic Colors of #AF09D3
Black with #AF09D3
Text Example
Text Example
White with #AF09D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF09D3; }
p { color: rgb(175,9,211); }
H1.HeaderClassName
{
color: #AF09D3;
}
.AnyTagClassName
{
color: #AF09D3;
}
</style>
background-color css
<style>
a { background-color: #AF09D3; }
a { background-color: rgb(175,9,211); }
div.DivClassName
{
background-color: #AF09D3;
}
.BgClassName
{
background-color: #AF09D3;
}
</style>
border-color css
<style>
span { border-color: #AF09D3; }
span { border-color: rgb(175,9,211); }
td.TdClassName
{
border-color: #AF09D3;
}
.TagClassName
{
border-color: #AF09D3;
}
</style>