Shades of Dark Violet #AF14CF
Tints of Dark Violet #AF14CF
RGB
CMYK
RGB Variations
Color information
#AF14CF (or 0xAF14CF) is known color: Dark Violet. HEX triplet: AF, 14 and CF. RGB value is (175,20,207). Sum of RGB (Red+Green+Blue) = 175+20+207=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF14CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14CF is #50EB30. Grayscale: #575757. Windows color (decimal): -5303089 or 13571247. OLE color: 13571247.
HSL color Cylindrical-coordinate representation of color #AF14CF: hue angle of 289.73º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF14CF is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 20 | 207 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.19 |
| HSL | 289.73º | 0.82% | 0.45% | - |
| HSV(B) | 289.73º | 0.9% | 0.81% | - |
| XYZ | 29.19 | 14.12 | 60.22 | - |
| YUV | 87.66 | 195.35 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 207 | 0.15 | 0.90 | 0 | 0.19 | 289.73 | 0.82 | 0.45 |
| Hex | AF | 14 | CF | F | 5A | 0 | 13 | 122 | 52 | 2D |
| Octal | 257 | 24 | 317 | 17 | 132 | 0 | 23 | 442 | 122 | 55 |
| Binary | 10101111 | 10100 | 11001111 | 1111 | 1011010 | 0 | 10011 | 100100010 | 1010010 | 101101 |
Color Harmonies of #AF14CF
Complementary color
Monochromatic Colors of #AF14CF
Black with #AF14CF
Text Example
Text Example
White with #AF14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14CF; }
p { color: rgb(175,20,207); }
H1.HeaderClassName
{
color: #AF14CF;
}
.AnyTagClassName
{
color: #AF14CF;
}
</style>
background-color css
<style>
a { background-color: #AF14CF; }
a { background-color: rgb(175,20,207); }
div.DivClassName
{
background-color: #AF14CF;
}
.BgClassName
{
background-color: #AF14CF;
}
</style>
border-color css
<style>
span { border-color: #AF14CF; }
span { border-color: rgb(175,20,207); }
td.TdClassName
{
border-color: #AF14CF;
}
.TagClassName
{
border-color: #AF14CF;
}
</style>