Shades of Dark Violet #AF14CC
Tints of Dark Violet #AF14CC
RGB
CMYK
RGB Variations
Color information
#AF14CC (or 0xAF14CC) is known color: Dark Violet. HEX triplet: AF, 14 and CC. RGB value is (175,20,204). Sum of RGB (Red+Green+Blue) = 175+20+204=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF14CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF14CC is #50EB33. Grayscale: #565656. Windows color (decimal): -5303092 or 13374639. OLE color: 13374639.
HSL color Cylindrical-coordinate representation of color #AF14CC: hue angle of 290.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF14CC is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 20 | 204 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.2 |
| HSL | 290.54º | 0.82% | 0.44% | - |
| HSV(B) | 290.54º | 0.9% | 0.8% | - |
| XYZ | 28.83 | 13.97 | 58.3 | - |
| YUV | 87.32 | 193.85 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 204 | 0.14 | 0.90 | 0 | 0.2 | 290.54 | 0.82 | 0.44 |
| Hex | AF | 14 | CC | E | 5A | 0 | 14 | 123 | 52 | 2C |
| Octal | 257 | 24 | 314 | 16 | 132 | 0 | 24 | 443 | 122 | 54 |
| Binary | 10101111 | 10100 | 11001100 | 1110 | 1011010 | 0 | 10100 | 100100011 | 1010010 | 101100 |
Color Harmonies of #AF14CC
Complementary color
Monochromatic Colors of #AF14CC
Black with #AF14CC
Text Example
Text Example
White with #AF14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF14CC; }
p { color: rgb(175,20,204); }
H1.HeaderClassName
{
color: #AF14CC;
}
.AnyTagClassName
{
color: #AF14CC;
}
</style>
background-color css
<style>
a { background-color: #AF14CC; }
a { background-color: rgb(175,20,204); }
div.DivClassName
{
background-color: #AF14CC;
}
.BgClassName
{
background-color: #AF14CC;
}
</style>
border-color css
<style>
span { border-color: #AF14CC; }
span { border-color: rgb(175,20,204); }
td.TdClassName
{
border-color: #AF14CC;
}
.TagClassName
{
border-color: #AF14CC;
}
</style>