Shades of Dark Orchid #AF3BDB
Tints of Dark Orchid #AF3BDB
RGB
CMYK
RGB Variations
Color information
#AF3BDB (or 0xAF3BDB) is known color: Dark Orchid. HEX triplet: AF, 3B and DB. RGB value is (175,59,219). Sum of RGB (Red+Green+Blue) = 175+59+219=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF3BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BDB is #50C424. Grayscale: #6F6F6F. Windows color (decimal): -5293093 or 14367663. OLE color: 14367663.
HSL color Cylindrical-coordinate representation of color #AF3BDB: hue angle of 283.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3BDB is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 59 | 219 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.14 |
| HSL | 283.5º | 0.69% | 0.55% | - |
| HSV(B) | 283.5º | 0.73% | 0.86% | - |
| XYZ | 32.03 | 17.36 | 68.68 | - |
| YUV | 111.92 | 188.43 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 219 | 0.20 | 0.73 | 0 | 0.14 | 283.5 | 0.69 | 0.55 |
| Hex | AF | 3B | DB | 14 | 49 | 0 | E | 11C | 45 | 37 |
| Octal | 257 | 73 | 333 | 24 | 111 | 0 | 16 | 434 | 105 | 67 |
| Binary | 10101111 | 111011 | 11011011 | 10100 | 1001001 | 0 | 1110 | 100011100 | 1000101 | 110111 |
Color Harmonies of #AF3BDB
Complementary color
Monochromatic Colors of #AF3BDB
Black with #AF3BDB
Text Example
Text Example
White with #AF3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BDB; }
p { color: rgb(175,59,219); }
H1.HeaderClassName
{
color: #AF3BDB;
}
.AnyTagClassName
{
color: #AF3BDB;
}
</style>
background-color css
<style>
a { background-color: #AF3BDB; }
a { background-color: rgb(175,59,219); }
div.DivClassName
{
background-color: #AF3BDB;
}
.BgClassName
{
background-color: #AF3BDB;
}
</style>
border-color css
<style>
span { border-color: #AF3BDB; }
span { border-color: rgb(175,59,219); }
td.TdClassName
{
border-color: #AF3BDB;
}
.TagClassName
{
border-color: #AF3BDB;
}
</style>