Shades of Dark Violet #AF10CA
Tints of Dark Violet #AF10CA
RGB
CMYK
RGB Variations
Color information
#AF10CA (or 0xAF10CA) is known color: Dark Violet. HEX triplet: AF, 10 and CA. RGB value is (175,16,202). Sum of RGB (Red+Green+Blue) = 175+16+202=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF10CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10CA is #50EF35. Grayscale: #545454. Windows color (decimal): -5304118 or 13242543. OLE color: 13242543.
HSL color Cylindrical-coordinate representation of color #AF10CA: hue angle of 291.29º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF10CA is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 16 | 202 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.21 |
| HSL | 291.29º | 0.85% | 0.43% | - |
| HSV(B) | 291.29º | 0.92% | 0.79% | - |
| XYZ | 28.53 | 13.75 | 57.03 | - |
| YUV | 84.75 | 194.18 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 202 | 0.13 | 0.92 | 0 | 0.21 | 291.29 | 0.85 | 0.43 |
| Hex | AF | 10 | CA | D | 5C | 0 | 15 | 123 | 55 | 2B |
| Octal | 257 | 20 | 312 | 15 | 134 | 0 | 25 | 443 | 125 | 53 |
| Binary | 10101111 | 10000 | 11001010 | 1101 | 1011100 | 0 | 10101 | 100100011 | 1010101 | 101011 |
Color Harmonies of #AF10CA
Complementary color
Monochromatic Colors of #AF10CA
Black with #AF10CA
Text Example
Text Example
White with #AF10CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10CA; }
p { color: rgb(175,16,202); }
H1.HeaderClassName
{
color: #AF10CA;
}
.AnyTagClassName
{
color: #AF10CA;
}
</style>
background-color css
<style>
a { background-color: #AF10CA; }
a { background-color: rgb(175,16,202); }
div.DivClassName
{
background-color: #AF10CA;
}
.BgClassName
{
background-color: #AF10CA;
}
</style>
border-color css
<style>
span { border-color: #AF10CA; }
span { border-color: rgb(175,16,202); }
td.TdClassName
{
border-color: #AF10CA;
}
.TagClassName
{
border-color: #AF10CA;
}
</style>