Shades of Dark Orchid #AF39DF
Tints of Dark Orchid #AF39DF
RGB
CMYK
RGB Variations
Color information
#AF39DF (or 0xAF39DF) is known color: Dark Orchid. HEX triplet: AF, 39 and DF. RGB value is (175,57,223). Sum of RGB (Red+Green+Blue) = 175+57+223=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF39DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39DF is #50C620. Grayscale: #6E6E6E. Windows color (decimal): -5293601 or 14629295. OLE color: 14629295.
HSL color Cylindrical-coordinate representation of color #AF39DF: hue angle of 282.65º degrees, saturation: 0.72, 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 #AF39DF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 57 | 223 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.13 |
| HSL | 282.65º | 0.72% | 0.55% | - |
| HSV(B) | 282.65º | 0.74% | 0.87% | - |
| XYZ | 32.46 | 17.37 | 71.45 | - |
| YUV | 111.21 | 191.09 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 223 | 0.22 | 0.74 | 0 | 0.13 | 282.65 | 0.72 | 0.55 |
| Hex | AF | 39 | DF | 16 | 4A | 0 | D | 11B | 48 | 37 |
| Octal | 257 | 71 | 337 | 26 | 112 | 0 | 15 | 433 | 110 | 67 |
| Binary | 10101111 | 111001 | 11011111 | 10110 | 1001010 | 0 | 1101 | 100011011 | 1001000 | 110111 |
Color Harmonies of #AF39DF
Complementary color
Monochromatic Colors of #AF39DF
Black with #AF39DF
Text Example
Text Example
White with #AF39DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF39DF; }
p { color: rgb(175,57,223); }
H1.HeaderClassName
{
color: #AF39DF;
}
.AnyTagClassName
{
color: #AF39DF;
}
</style>
background-color css
<style>
a { background-color: #AF39DF; }
a { background-color: rgb(175,57,223); }
div.DivClassName
{
background-color: #AF39DF;
}
.BgClassName
{
background-color: #AF39DF;
}
</style>
border-color css
<style>
span { border-color: #AF39DF; }
span { border-color: rgb(175,57,223); }
td.TdClassName
{
border-color: #AF39DF;
}
.TagClassName
{
border-color: #AF39DF;
}
</style>