Shades of Dark Violet #AF09D4
Tints of Dark Violet #AF09D4
RGB
CMYK
RGB Variations
Color information
#AF09D4 (or 0xAF09D4) is known color: Dark Violet. HEX triplet: AF, 09 and D4. RGB value is (175,9,212). Sum of RGB (Red+Green+Blue) = 175+9+212=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 212 (83.20% from 255 or 53.54% from 396); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF09D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09D4 is #50F62B. Grayscale: #515151. Windows color (decimal): -5305900 or 13896111. OLE color: 13896111.
HSL color Cylindrical-coordinate representation of color #AF09D4: hue angle of 289.06º 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 #AF09D4 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 9 | 212 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.17 |
| HSL | 289.06º | 0.92% | 0.43% | - |
| HSV(B) | 289.06º | 0.96% | 0.83% | - |
| XYZ | 29.66 | 14.06 | 63.44 | - |
| YUV | 81.78 | 201.5 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 212 | 0.17 | 0.96 | 0 | 0.17 | 289.06 | 0.92 | 0.43 |
| Hex | AF | 9 | D4 | 11 | 60 | 0 | 11 | 121 | 5C | 2B |
| Octal | 257 | 11 | 324 | 21 | 140 | 0 | 21 | 441 | 134 | 53 |
| Binary | 10101111 | 1001 | 11010100 | 10001 | 1100000 | 0 | 10001 | 100100001 | 1011100 | 101011 |
Color Harmonies of #AF09D4
Complementary color
Monochromatic Colors of #AF09D4
Black with #AF09D4
Text Example
Text Example
White with #AF09D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF09D4; }
p { color: rgb(175,9,212); }
H1.HeaderClassName
{
color: #AF09D4;
}
.AnyTagClassName
{
color: #AF09D4;
}
</style>
background-color css
<style>
a { background-color: #AF09D4; }
a { background-color: rgb(175,9,212); }
div.DivClassName
{
background-color: #AF09D4;
}
.BgClassName
{
background-color: #AF09D4;
}
</style>
border-color css
<style>
span { border-color: #AF09D4; }
span { border-color: rgb(175,9,212); }
td.TdClassName
{
border-color: #AF09D4;
}
.TagClassName
{
border-color: #AF09D4;
}
</style>