Shades of Dark Orchid #AF3ADB
Tints of Dark Orchid #AF3ADB
RGB
CMYK
RGB Variations
Color information
#AF3ADB (or 0xAF3ADB) is known color: Dark Orchid. HEX triplet: AF, 3A and DB. RGB value is (175,58,219). Sum of RGB (Red+Green+Blue) = 175+58+219=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF3ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ADB is #50C524. Grayscale: #6E6E6E. Windows color (decimal): -5293349 or 14367407. OLE color: 14367407.
HSL color Cylindrical-coordinate representation of color #AF3ADB: hue angle of 283.6º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3ADB is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 58 | 219 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.14 |
| HSL | 283.6º | 0.69% | 0.54% | - |
| HSV(B) | 283.6º | 0.74% | 0.86% | - |
| XYZ | 31.98 | 17.25 | 68.66 | - |
| YUV | 111.34 | 188.76 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 219 | 0.20 | 0.74 | 0 | 0.14 | 283.6 | 0.69 | 0.54 |
| Hex | AF | 3A | DB | 14 | 4A | 0 | E | 11C | 45 | 36 |
| Octal | 257 | 72 | 333 | 24 | 112 | 0 | 16 | 434 | 105 | 66 |
| Binary | 10101111 | 111010 | 11011011 | 10100 | 1001010 | 0 | 1110 | 100011100 | 1000101 | 110110 |
Color Harmonies of #AF3ADB
Complementary color
Monochromatic Colors of #AF3ADB
Black with #AF3ADB
Text Example
Text Example
White with #AF3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3ADB; }
p { color: rgb(175,58,219); }
H1.HeaderClassName
{
color: #AF3ADB;
}
.AnyTagClassName
{
color: #AF3ADB;
}
</style>
background-color css
<style>
a { background-color: #AF3ADB; }
a { background-color: rgb(175,58,219); }
div.DivClassName
{
background-color: #AF3ADB;
}
.BgClassName
{
background-color: #AF3ADB;
}
</style>
border-color css
<style>
span { border-color: #AF3ADB; }
span { border-color: rgb(175,58,219); }
td.TdClassName
{
border-color: #AF3ADB;
}
.TagClassName
{
border-color: #AF3ADB;
}
</style>