Shades of Dark Violet #AF01CC
Tints of Dark Violet #AF01CC
RGB
CMYK
RGB Variations
Color information
#AF01CC (or 0xAF01CC) is known color: Dark Violet. HEX triplet: AF, 01 and CC. RGB value is (175,1,204). Sum of RGB (Red+Green+Blue) = 175+1+204=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF01CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01CC is #50FE33. Grayscale: #4B4B4B. Windows color (decimal): -5307956 or 13369775. OLE color: 13369775.
HSL color Cylindrical-coordinate representation of color #AF01CC: hue angle of 291.43º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01CC is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 1 | 204 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.2 |
| HSL | 291.43º | 0.99% | 0.4% | - |
| HSV(B) | 291.43º | 1% | 0.8% | - |
| XYZ | 28.59 | 13.5 | 58.22 | - |
| YUV | 76.17 | 200.15 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 204 | 0.14 | 1.00 | 0 | 0.2 | 291.43 | 0.99 | 0.4 |
| Hex | AF | 1 | CC | E | 64 | 0 | 14 | 123 | 63 | 28 |
| Octal | 257 | 1 | 314 | 16 | 144 | 0 | 24 | 443 | 143 | 50 |
| Binary | 10101111 | 1 | 11001100 | 1110 | 1100100 | 0 | 10100 | 100100011 | 1100011 | 101000 |
Color Harmonies of #AF01CC
Complementary color
Monochromatic Colors of #AF01CC
Black with #AF01CC
Text Example
Text Example
White with #AF01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01CC; }
p { color: rgb(175,1,204); }
H1.HeaderClassName
{
color: #AF01CC;
}
.AnyTagClassName
{
color: #AF01CC;
}
</style>
background-color css
<style>
a { background-color: #AF01CC; }
a { background-color: rgb(175,1,204); }
div.DivClassName
{
background-color: #AF01CC;
}
.BgClassName
{
background-color: #AF01CC;
}
</style>
border-color css
<style>
span { border-color: #AF01CC; }
span { border-color: rgb(175,1,204); }
td.TdClassName
{
border-color: #AF01CC;
}
.TagClassName
{
border-color: #AF01CC;
}
</style>