Shades of Dark Orchid #AF36DB
Tints of Dark Orchid #AF36DB
RGB
CMYK
RGB Variations
Color information
#AF36DB (or 0xAF36DB) is known color: Dark Orchid. HEX triplet: AF, 36 and DB. RGB value is (175,54,219). Sum of RGB (Red+Green+Blue) = 175+54+219=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF36DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36DB is #50C924. Grayscale: #6C6C6C. Windows color (decimal): -5294373 or 14366383. OLE color: 14366383.
HSL color Cylindrical-coordinate representation of color #AF36DB: hue angle of 284º degrees, saturation: 0.7, 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 #AF36DB is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 54 | 219 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.14 |
| HSL | 284º | 0.7% | 0.54% | - |
| HSV(B) | 284º | 0.75% | 0.86% | - |
| XYZ | 31.78 | 16.87 | 68.6 | - |
| YUV | 108.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 219 | 0.20 | 0.75 | 0 | 0.14 | 284 | 0.7 | 0.54 |
| Hex | AF | 36 | DB | 14 | 4B | 0 | E | 11C | 46 | 36 |
| Octal | 257 | 66 | 333 | 24 | 113 | 0 | 16 | 434 | 106 | 66 |
| Binary | 10101111 | 110110 | 11011011 | 10100 | 1001011 | 0 | 1110 | 100011100 | 1000110 | 110110 |
Color Harmonies of #AF36DB
Complementary color
Monochromatic Colors of #AF36DB
Black with #AF36DB
Text Example
Text Example
White with #AF36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF36DB; }
p { color: rgb(175,54,219); }
H1.HeaderClassName
{
color: #AF36DB;
}
.AnyTagClassName
{
color: #AF36DB;
}
</style>
background-color css
<style>
a { background-color: #AF36DB; }
a { background-color: rgb(175,54,219); }
div.DivClassName
{
background-color: #AF36DB;
}
.BgClassName
{
background-color: #AF36DB;
}
</style>
border-color css
<style>
span { border-color: #AF36DB; }
span { border-color: rgb(175,54,219); }
td.TdClassName
{
border-color: #AF36DB;
}
.TagClassName
{
border-color: #AF36DB;
}
</style>