Shades of Dark Violet #AF06CE
Tints of Dark Violet #AF06CE
RGB
CMYK
RGB Variations
Color information
#AF06CE (or 0xAF06CE) is known color: Dark Violet. HEX triplet: AF, 06 and CE. RGB value is (175,6,206). Sum of RGB (Red+Green+Blue) = 175+6+206=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF06CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF06CE is #50F931. Grayscale: #4E4E4E. Windows color (decimal): -5306674 or 13502127. OLE color: 13502127.
HSL color Cylindrical-coordinate representation of color #AF06CE: hue angle of 290.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF06CE is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 6 | 206 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.19 |
| HSL | 290.7º | 0.94% | 0.42% | - |
| HSV(B) | 290.7º | 0.97% | 0.81% | - |
| XYZ | 28.88 | 13.7 | 59.51 | - |
| YUV | 79.33 | 199.49 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 206 | 0.15 | 0.97 | 0 | 0.19 | 290.7 | 0.94 | 0.42 |
| Hex | AF | 6 | CE | F | 61 | 0 | 13 | 123 | 5E | 2A |
| Octal | 257 | 6 | 316 | 17 | 141 | 0 | 23 | 443 | 136 | 52 |
| Binary | 10101111 | 110 | 11001110 | 1111 | 1100001 | 0 | 10011 | 100100011 | 1011110 | 101010 |
Color Harmonies of #AF06CE
Complementary color
Monochromatic Colors of #AF06CE
Black with #AF06CE
Text Example
Text Example
White with #AF06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF06CE; }
p { color: rgb(175,6,206); }
H1.HeaderClassName
{
color: #AF06CE;
}
.AnyTagClassName
{
color: #AF06CE;
}
</style>
background-color css
<style>
a { background-color: #AF06CE; }
a { background-color: rgb(175,6,206); }
div.DivClassName
{
background-color: #AF06CE;
}
.BgClassName
{
background-color: #AF06CE;
}
</style>
border-color css
<style>
span { border-color: #AF06CE; }
span { border-color: rgb(175,6,206); }
td.TdClassName
{
border-color: #AF06CE;
}
.TagClassName
{
border-color: #AF06CE;
}
</style>