Shades of Dark Orchid #AF39E9
Tints of Dark Orchid #AF39E9
RGB
CMYK
RGB Variations
Color information
#AF39E9 (or 0xAF39E9) is known color: Dark Orchid. HEX triplet: AF, 39 and E9. RGB value is (175,57,233). Sum of RGB (Red+Green+Blue) = 175+57+233=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF39E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF39E9 is #50C616. Grayscale: #6F6F6F. Windows color (decimal): -5293591 or 15284655. OLE color: 15284655.
HSL color Cylindrical-coordinate representation of color #AF39E9: hue angle of 280.23º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF39E9 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 57 | 233 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.09 |
| HSL | 280.23º | 0.8% | 0.57% | - |
| HSV(B) | 280.23º | 0.76% | 0.91% | - |
| XYZ | 33.85 | 17.92 | 78.77 | - |
| YUV | 112.35 | 196.09 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 233 | 0.25 | 0.76 | 0 | 0.09 | 280.23 | 0.8 | 0.57 |
| Hex | AF | 39 | E9 | 19 | 4C | 0 | 9 | 118 | 50 | 39 |
| Octal | 257 | 71 | 351 | 31 | 114 | 0 | 11 | 430 | 120 | 71 |
| Binary | 10101111 | 111001 | 11101001 | 11001 | 1001100 | 0 | 1001 | 100011000 | 1010000 | 111001 |
Color Harmonies of #AF39E9
Complementary color
Monochromatic Colors of #AF39E9
Black with #AF39E9
Text Example
Text Example
White with #AF39E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF39E9; }
p { color: rgb(175,57,233); }
H1.HeaderClassName
{
color: #AF39E9;
}
.AnyTagClassName
{
color: #AF39E9;
}
</style>
background-color css
<style>
a { background-color: #AF39E9; }
a { background-color: rgb(175,57,233); }
div.DivClassName
{
background-color: #AF39E9;
}
.BgClassName
{
background-color: #AF39E9;
}
</style>
border-color css
<style>
span { border-color: #AF39E9; }
span { border-color: rgb(175,57,233); }
td.TdClassName
{
border-color: #AF39E9;
}
.TagClassName
{
border-color: #AF39E9;
}
</style>