Shades of Dark Orchid #AF39CE
Tints of Dark Orchid #AF39CE
RGB
CMYK
RGB Variations
Color information
#AF39CE (or 0xAF39CE) is known color: Dark Orchid. HEX triplet: AF, 39 and CE. RGB value is (175,57,206). Sum of RGB (Red+Green+Blue) = 175+57+206=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF39CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39CE is #50C631. Grayscale: #6C6C6C. Windows color (decimal): -5293618 or 13515183. OLE color: 13515183.
HSL color Cylindrical-coordinate representation of color #AF39CE: hue angle of 287.52º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF39CE is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 57 | 206 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.19 |
| HSL | 287.52º | 0.6% | 0.52% | - |
| HSV(B) | 287.52º | 0.72% | 0.81% | - |
| XYZ | 30.28 | 16.5 | 59.98 | - |
| YUV | 109.27 | 182.59 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 206 | 0.15 | 0.72 | 0 | 0.19 | 287.52 | 0.6 | 0.52 |
| Hex | AF | 39 | CE | F | 48 | 0 | 13 | 120 | 3C | 34 |
| Octal | 257 | 71 | 316 | 17 | 110 | 0 | 23 | 440 | 74 | 64 |
| Binary | 10101111 | 111001 | 11001110 | 1111 | 1001000 | 0 | 10011 | 100100000 | 111100 | 110100 |
Color Harmonies of #AF39CE
Complementary color
Monochromatic Colors of #AF39CE
Black with #AF39CE
Text Example
Text Example
White with #AF39CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF39CE; }
p { color: rgb(175,57,206); }
H1.HeaderClassName
{
color: #AF39CE;
}
.AnyTagClassName
{
color: #AF39CE;
}
</style>
background-color css
<style>
a { background-color: #AF39CE; }
a { background-color: rgb(175,57,206); }
div.DivClassName
{
background-color: #AF39CE;
}
.BgClassName
{
background-color: #AF39CE;
}
</style>
border-color css
<style>
span { border-color: #AF39CE; }
span { border-color: rgb(175,57,206); }
td.TdClassName
{
border-color: #AF39CE;
}
.TagClassName
{
border-color: #AF39CE;
}
</style>