Shades of Dark Violet #AF12DB
Tints of Dark Violet #AF12DB
RGB
CMYK
RGB Variations
Color information
#AF12DB (or 0xAF12DB) is known color: Dark Violet. HEX triplet: AF, 12 and DB. RGB value is (175,18,219). Sum of RGB (Red+Green+Blue) = 175+18+219=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF12DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12DB is #50ED24. Grayscale: #575757. Windows color (decimal): -5303589 or 14357167. OLE color: 14357167.
HSL color Cylindrical-coordinate representation of color #AF12DB: hue angle of 286.87º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF12DB is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 18 | 219 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.14 |
| HSL | 286.87º | 0.85% | 0.46% | - |
| HSV(B) | 286.87º | 0.92% | 0.86% | - |
| XYZ | 30.68 | 14.66 | 68.23 | - |
| YUV | 87.86 | 202.01 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 219 | 0.20 | 0.92 | 0 | 0.14 | 286.87 | 0.85 | 0.46 |
| Hex | AF | 12 | DB | 14 | 5C | 0 | E | 11F | 55 | 2E |
| Octal | 257 | 22 | 333 | 24 | 134 | 0 | 16 | 437 | 125 | 56 |
| Binary | 10101111 | 10010 | 11011011 | 10100 | 1011100 | 0 | 1110 | 100011111 | 1010101 | 101110 |
Color Harmonies of #AF12DB
Complementary color
Monochromatic Colors of #AF12DB
Black with #AF12DB
Text Example
Text Example
White with #AF12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12DB; }
p { color: rgb(175,18,219); }
H1.HeaderClassName
{
color: #AF12DB;
}
.AnyTagClassName
{
color: #AF12DB;
}
</style>
background-color css
<style>
a { background-color: #AF12DB; }
a { background-color: rgb(175,18,219); }
div.DivClassName
{
background-color: #AF12DB;
}
.BgClassName
{
background-color: #AF12DB;
}
</style>
border-color css
<style>
span { border-color: #AF12DB; }
span { border-color: rgb(175,18,219); }
td.TdClassName
{
border-color: #AF12DB;
}
.TagClassName
{
border-color: #AF12DB;
}
</style>