Shades of Dark Orchid #AF39EC
Tints of Dark Orchid #AF39EC
RGB
CMYK
RGB Variations
Color information
#AF39EC (or 0xAF39EC) is known color: Dark Orchid. HEX triplet: AF, 39 and EC. RGB value is (175,57,236). Sum of RGB (Red+Green+Blue) = 175+57+236=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF39EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF39EC is #50C613. Grayscale: #707070. Windows color (decimal): -5293588 or 15481263. OLE color: 15481263.
HSL color Cylindrical-coordinate representation of color #AF39EC: hue angle of 279.55º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF39EC is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 57 | 236 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.07 |
| HSL | 279.55º | 0.82% | 0.57% | - |
| HSV(B) | 279.55º | 0.76% | 0.93% | - |
| XYZ | 34.28 | 18.1 | 81.04 | - |
| YUV | 112.69 | 197.59 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 236 | 0.26 | 0.76 | 0 | 0.07 | 279.55 | 0.82 | 0.57 |
| Hex | AF | 39 | EC | 1A | 4C | 0 | 7 | 118 | 52 | 39 |
| Octal | 257 | 71 | 354 | 32 | 114 | 0 | 7 | 430 | 122 | 71 |
| Binary | 10101111 | 111001 | 11101100 | 11010 | 1001100 | 0 | 111 | 100011000 | 1010010 | 111001 |
Color Harmonies of #AF39EC
Complementary color
Monochromatic Colors of #AF39EC
Black with #AF39EC
Text Example
Text Example
White with #AF39EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF39EC; }
p { color: rgb(175,57,236); }
H1.HeaderClassName
{
color: #AF39EC;
}
.AnyTagClassName
{
color: #AF39EC;
}
</style>
background-color css
<style>
a { background-color: #AF39EC; }
a { background-color: rgb(175,57,236); }
div.DivClassName
{
background-color: #AF39EC;
}
.BgClassName
{
background-color: #AF39EC;
}
</style>
border-color css
<style>
span { border-color: #AF39EC; }
span { border-color: rgb(175,57,236); }
td.TdClassName
{
border-color: #AF39EC;
}
.TagClassName
{
border-color: #AF39EC;
}
</style>