Shades of Dark Violet #AF04CE
Tints of Dark Violet #AF04CE
RGB
CMYK
RGB Variations
Color information
#AF04CE (or 0xAF04CE) is known color: Dark Violet. HEX triplet: AF, 04 and CE. RGB value is (175,4,206). Sum of RGB (Red+Green+Blue) = 175+4+206=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF04CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04CE is #50FB31. Grayscale: #4D4D4D. Windows color (decimal): -5307186 or 13501615. OLE color: 13501615.
HSL color Cylindrical-coordinate representation of color #AF04CE: hue angle of 290.79º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04CE is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 4 | 206 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.19 |
| HSL | 290.79º | 0.96% | 0.41% | - |
| HSV(B) | 290.79º | 0.98% | 0.81% | - |
| XYZ | 28.86 | 13.66 | 59.51 | - |
| YUV | 78.16 | 200.15 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 206 | 0.15 | 0.98 | 0 | 0.19 | 290.79 | 0.96 | 0.41 |
| Hex | AF | 4 | CE | F | 62 | 0 | 13 | 123 | 60 | 29 |
| Octal | 257 | 4 | 316 | 17 | 142 | 0 | 23 | 443 | 140 | 51 |
| Binary | 10101111 | 100 | 11001110 | 1111 | 1100010 | 0 | 10011 | 100100011 | 1100000 | 101001 |
Color Harmonies of #AF04CE
Complementary color
Monochromatic Colors of #AF04CE
Black with #AF04CE
Text Example
Text Example
White with #AF04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF04CE; }
p { color: rgb(175,4,206); }
H1.HeaderClassName
{
color: #AF04CE;
}
.AnyTagClassName
{
color: #AF04CE;
}
</style>
background-color css
<style>
a { background-color: #AF04CE; }
a { background-color: rgb(175,4,206); }
div.DivClassName
{
background-color: #AF04CE;
}
.BgClassName
{
background-color: #AF04CE;
}
</style>
border-color css
<style>
span { border-color: #AF04CE; }
span { border-color: rgb(175,4,206); }
td.TdClassName
{
border-color: #AF04CE;
}
.TagClassName
{
border-color: #AF04CE;
}
</style>