Shades of Dark Orchid #AF39ED
Tints of Dark Orchid #AF39ED
RGB
CMYK
RGB Variations
Color information
#AF39ED (or 0xAF39ED) is known color: Dark Orchid. HEX triplet: AF, 39 and ED. RGB value is (175,57,237). Sum of RGB (Red+Green+Blue) = 175+57+237=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF39ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF39ED is #50C612. Grayscale: #707070. Windows color (decimal): -5293587 or 15546799. OLE color: 15546799.
HSL color Cylindrical-coordinate representation of color #AF39ED: hue angle of 279.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF39ED is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 57 | 237 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.07 |
| HSL | 279.33º | 0.83% | 0.58% | - |
| HSV(B) | 279.33º | 0.76% | 0.93% | - |
| XYZ | 34.43 | 18.15 | 81.81 | - |
| YUV | 112.8 | 198.09 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 237 | 0.26 | 0.76 | 0 | 0.07 | 279.33 | 0.83 | 0.58 |
| Hex | AF | 39 | ED | 1A | 4C | 0 | 7 | 117 | 53 | 3A |
| Octal | 257 | 71 | 355 | 32 | 114 | 0 | 7 | 427 | 123 | 72 |
| Binary | 10101111 | 111001 | 11101101 | 11010 | 1001100 | 0 | 111 | 100010111 | 1010011 | 111010 |
Color Harmonies of #AF39ED
Complementary color
Monochromatic Colors of #AF39ED
Black with #AF39ED
Text Example
Text Example
White with #AF39ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF39ED; }
p { color: rgb(175,57,237); }
H1.HeaderClassName
{
color: #AF39ED;
}
.AnyTagClassName
{
color: #AF39ED;
}
</style>
background-color css
<style>
a { background-color: #AF39ED; }
a { background-color: rgb(175,57,237); }
div.DivClassName
{
background-color: #AF39ED;
}
.BgClassName
{
background-color: #AF39ED;
}
</style>
border-color css
<style>
span { border-color: #AF39ED; }
span { border-color: rgb(175,57,237); }
td.TdClassName
{
border-color: #AF39ED;
}
.TagClassName
{
border-color: #AF39ED;
}
</style>