Shades of Dark Violet #AF12CB
Tints of Dark Violet #AF12CB
RGB
CMYK
RGB Variations
Color information
#AF12CB (or 0xAF12CB) is known color: Dark Violet. HEX triplet: AF, 12 and CB. RGB value is (175,18,203). Sum of RGB (Red+Green+Blue) = 175+18+203=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF12CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12CB is #50ED34. Grayscale: #555555. Windows color (decimal): -5303605 or 13308591. OLE color: 13308591.
HSL color Cylindrical-coordinate representation of color #AF12CB: hue angle of 290.92º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF12CB is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 18 | 203 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.20 |
| HSL | 290.92º | 0.84% | 0.43% | - |
| HSV(B) | 290.92º | 0.91% | 0.8% | - |
| XYZ | 28.68 | 13.86 | 57.66 | - |
| YUV | 86.03 | 194.01 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 203 | 0.14 | 0.91 | 0 | 0.20 | 290.92 | 0.84 | 0.43 |
| Hex | AF | 12 | CB | E | 5B | 0 | 14 | 123 | 54 | 2B |
| Octal | 257 | 22 | 313 | 16 | 133 | 0 | 24 | 443 | 124 | 53 |
| Binary | 10101111 | 10010 | 11001011 | 1110 | 1011011 | 0 | 10100 | 100100011 | 1010100 | 101011 |
Color Harmonies of #AF12CB
Complementary color
Monochromatic Colors of #AF12CB
Black with #AF12CB
Text Example
Text Example
White with #AF12CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12CB; }
p { color: rgb(175,18,203); }
H1.HeaderClassName
{
color: #AF12CB;
}
.AnyTagClassName
{
color: #AF12CB;
}
</style>
background-color css
<style>
a { background-color: #AF12CB; }
a { background-color: rgb(175,18,203); }
div.DivClassName
{
background-color: #AF12CB;
}
.BgClassName
{
background-color: #AF12CB;
}
</style>
border-color css
<style>
span { border-color: #AF12CB; }
span { border-color: rgb(175,18,203); }
td.TdClassName
{
border-color: #AF12CB;
}
.TagClassName
{
border-color: #AF12CB;
}
</style>