Shades of Dark Orchid #AF37DB
Tints of Dark Orchid #AF37DB
RGB
CMYK
RGB Variations
Color information
#AF37DB (or 0xAF37DB) is known color: Dark Orchid. HEX triplet: AF, 37 and DB. RGB value is (175,55,219). Sum of RGB (Red+Green+Blue) = 175+55+219=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 55 (21.88% from 255 or 12.25% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF37DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF37DB is #50C824. Grayscale: #6D6D6D. Windows color (decimal): -5294117 or 14366639. OLE color: 14366639.
HSL color Cylindrical-coordinate representation of color #AF37DB: hue angle of 283.9º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF37DB is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 55 | 219 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.14 |
| HSL | 283.9º | 0.69% | 0.54% | - |
| HSV(B) | 283.9º | 0.75% | 0.86% | - |
| XYZ | 31.83 | 16.96 | 68.61 | - |
| YUV | 109.58 | 189.76 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 219 | 0.20 | 0.75 | 0 | 0.14 | 283.9 | 0.69 | 0.54 |
| Hex | AF | 37 | DB | 14 | 4B | 0 | E | 11C | 45 | 36 |
| Octal | 257 | 67 | 333 | 24 | 113 | 0 | 16 | 434 | 105 | 66 |
| Binary | 10101111 | 110111 | 11011011 | 10100 | 1001011 | 0 | 1110 | 100011100 | 1000101 | 110110 |
Color Harmonies of #AF37DB
Complementary color
Monochromatic Colors of #AF37DB
Black with #AF37DB
Text Example
Text Example
White with #AF37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37DB; }
p { color: rgb(175,55,219); }
H1.HeaderClassName
{
color: #AF37DB;
}
.AnyTagClassName
{
color: #AF37DB;
}
</style>
background-color css
<style>
a { background-color: #AF37DB; }
a { background-color: rgb(175,55,219); }
div.DivClassName
{
background-color: #AF37DB;
}
.BgClassName
{
background-color: #AF37DB;
}
</style>
border-color css
<style>
span { border-color: #AF37DB; }
span { border-color: rgb(175,55,219); }
td.TdClassName
{
border-color: #AF37DB;
}
.TagClassName
{
border-color: #AF37DB;
}
</style>