Shades of Dark Orchid #AF19DB
Tints of Dark Orchid #AF19DB
RGB
CMYK
RGB Variations
Color information
#AF19DB (or 0xAF19DB) is known color: Dark Orchid. HEX triplet: AF, 19 and DB. RGB value is (175,25,219). Sum of RGB (Red+Green+Blue) = 175+25+219=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF19DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19DB is #50E624. Grayscale: #5B5B5B. Windows color (decimal): -5301797 or 14358959. OLE color: 14358959.
HSL color Cylindrical-coordinate representation of color #AF19DB: hue angle of 286.39º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF19DB is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 25 | 219 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.14 |
| HSL | 286.39º | 0.8% | 0.48% | - |
| HSV(B) | 286.39º | 0.89% | 0.86% | - |
| XYZ | 30.81 | 14.92 | 68.27 | - |
| YUV | 91.97 | 199.7 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 219 | 0.20 | 0.89 | 0 | 0.14 | 286.39 | 0.8 | 0.48 |
| Hex | AF | 19 | DB | 14 | 59 | 0 | E | 11E | 50 | 30 |
| Octal | 257 | 31 | 333 | 24 | 131 | 0 | 16 | 436 | 120 | 60 |
| Binary | 10101111 | 11001 | 11011011 | 10100 | 1011001 | 0 | 1110 | 100011110 | 1010000 | 110000 |
Color Harmonies of #AF19DB
Complementary color
Monochromatic Colors of #AF19DB
Black with #AF19DB
Text Example
Text Example
White with #AF19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19DB; }
p { color: rgb(175,25,219); }
H1.HeaderClassName
{
color: #AF19DB;
}
.AnyTagClassName
{
color: #AF19DB;
}
</style>
background-color css
<style>
a { background-color: #AF19DB; }
a { background-color: rgb(175,25,219); }
div.DivClassName
{
background-color: #AF19DB;
}
.BgClassName
{
background-color: #AF19DB;
}
</style>
border-color css
<style>
span { border-color: #AF19DB; }
span { border-color: rgb(175,25,219); }
td.TdClassName
{
border-color: #AF19DB;
}
.TagClassName
{
border-color: #AF19DB;
}
</style>