Shades of Dark Orchid #AF39DD
Tints of Dark Orchid #AF39DD
RGB
CMYK
RGB Variations
Color information
#AF39DD (or 0xAF39DD) is known color: Dark Orchid. HEX triplet: AF, 39 and DD. RGB value is (175,57,221). Sum of RGB (Red+Green+Blue) = 175+57+221=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF39DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39DD is #50C622. Grayscale: #6E6E6E. Windows color (decimal): -5293603 or 14498223. OLE color: 14498223.
HSL color Cylindrical-coordinate representation of color #AF39DD: hue angle of 283.17º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF39DD is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 57 | 221 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.13 |
| HSL | 283.17º | 0.71% | 0.55% | - |
| HSV(B) | 283.17º | 0.74% | 0.87% | - |
| XYZ | 32.19 | 17.26 | 70.04 | - |
| YUV | 110.98 | 190.09 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 221 | 0.21 | 0.74 | 0 | 0.13 | 283.17 | 0.71 | 0.55 |
| Hex | AF | 39 | DD | 15 | 4A | 0 | D | 11B | 47 | 37 |
| Octal | 257 | 71 | 335 | 25 | 112 | 0 | 15 | 433 | 107 | 67 |
| Binary | 10101111 | 111001 | 11011101 | 10101 | 1001010 | 0 | 1101 | 100011011 | 1000111 | 110111 |
Color Harmonies of #AF39DD
Complementary color
Monochromatic Colors of #AF39DD
Black with #AF39DD
Text Example
Text Example
White with #AF39DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF39DD; }
p { color: rgb(175,57,221); }
H1.HeaderClassName
{
color: #AF39DD;
}
.AnyTagClassName
{
color: #AF39DD;
}
</style>
background-color css
<style>
a { background-color: #AF39DD; }
a { background-color: rgb(175,57,221); }
div.DivClassName
{
background-color: #AF39DD;
}
.BgClassName
{
background-color: #AF39DD;
}
</style>
border-color css
<style>
span { border-color: #AF39DD; }
span { border-color: rgb(175,57,221); }
td.TdClassName
{
border-color: #AF39DD;
}
.TagClassName
{
border-color: #AF39DD;
}
</style>