Shades of Dark Violet #AF13CA
Tints of Dark Violet #AF13CA
RGB
CMYK
RGB Variations
Color information
#AF13CA (or 0xAF13CA) is known color: Dark Violet. HEX triplet: AF, 13 and CA. RGB value is (175,19,202). Sum of RGB (Red+Green+Blue) = 175+19+202=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF13CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13CA is #50EC35. Grayscale: #555555. Windows color (decimal): -5303350 or 13243311. OLE color: 13243311.
HSL color Cylindrical-coordinate representation of color #AF13CA: hue angle of 291.15º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF13CA is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 19 | 202 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.21 |
| HSL | 291.15º | 0.83% | 0.43% | - |
| HSV(B) | 291.15º | 0.91% | 0.79% | - |
| XYZ | 28.57 | 13.84 | 57.04 | - |
| YUV | 86.51 | 193.18 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 202 | 0.13 | 0.91 | 0 | 0.21 | 291.15 | 0.83 | 0.43 |
| Hex | AF | 13 | CA | D | 5B | 0 | 15 | 123 | 53 | 2B |
| Octal | 257 | 23 | 312 | 15 | 133 | 0 | 25 | 443 | 123 | 53 |
| Binary | 10101111 | 10011 | 11001010 | 1101 | 1011011 | 0 | 10101 | 100100011 | 1010011 | 101011 |
Color Harmonies of #AF13CA
Complementary color
Monochromatic Colors of #AF13CA
Black with #AF13CA
Text Example
Text Example
White with #AF13CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF13CA; }
p { color: rgb(175,19,202); }
H1.HeaderClassName
{
color: #AF13CA;
}
.AnyTagClassName
{
color: #AF13CA;
}
</style>
background-color css
<style>
a { background-color: #AF13CA; }
a { background-color: rgb(175,19,202); }
div.DivClassName
{
background-color: #AF13CA;
}
.BgClassName
{
background-color: #AF13CA;
}
</style>
border-color css
<style>
span { border-color: #AF13CA; }
span { border-color: rgb(175,19,202); }
td.TdClassName
{
border-color: #AF13CA;
}
.TagClassName
{
border-color: #AF13CA;
}
</style>