Shades of Dark Violet #AF14CE
Tints of Dark Violet #AF14CE
RGB
CMYK
RGB Variations
Color information
#AF14CE (or 0xAF14CE) is known color: Dark Violet. HEX triplet: AF, 14 and CE. RGB value is (175,20,206). Sum of RGB (Red+Green+Blue) = 175+20+206=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF14CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14CE is #50EB31. Grayscale: #565656. Windows color (decimal): -5303090 or 13505711. OLE color: 13505711.
HSL color Cylindrical-coordinate representation of color #AF14CE: hue angle of 290º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF14CE is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 20 | 206 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.19 |
| HSL | 290º | 0.82% | 0.44% | - |
| HSV(B) | 290º | 0.9% | 0.81% | - |
| XYZ | 29.07 | 14.07 | 59.58 | - |
| YUV | 87.55 | 194.85 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 206 | 0.15 | 0.90 | 0 | 0.19 | 290 | 0.82 | 0.44 |
| Hex | AF | 14 | CE | F | 5A | 0 | 13 | 122 | 52 | 2C |
| Octal | 257 | 24 | 316 | 17 | 132 | 0 | 23 | 442 | 122 | 54 |
| Binary | 10101111 | 10100 | 11001110 | 1111 | 1011010 | 0 | 10011 | 100100010 | 1010010 | 101100 |
Color Harmonies of #AF14CE
Complementary color
Monochromatic Colors of #AF14CE
Black with #AF14CE
Text Example
Text Example
White with #AF14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14CE; }
p { color: rgb(175,20,206); }
H1.HeaderClassName
{
color: #AF14CE;
}
.AnyTagClassName
{
color: #AF14CE;
}
</style>
background-color css
<style>
a { background-color: #AF14CE; }
a { background-color: rgb(175,20,206); }
div.DivClassName
{
background-color: #AF14CE;
}
.BgClassName
{
background-color: #AF14CE;
}
</style>
border-color css
<style>
span { border-color: #AF14CE; }
span { border-color: rgb(175,20,206); }
td.TdClassName
{
border-color: #AF14CE;
}
.TagClassName
{
border-color: #AF14CE;
}
</style>