Shades of Dark Orchid #AF36ED
Tints of Dark Orchid #AF36ED
RGB
CMYK
RGB Variations
Color information
#AF36ED (or 0xAF36ED) is known color: Dark Orchid. HEX triplet: AF, 36 and ED. RGB value is (175,54,237). Sum of RGB (Red+Green+Blue) = 175+54+237=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF36ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF36ED is #50C912. Grayscale: #6E6E6E. Windows color (decimal): -5294355 or 15546031. OLE color: 15546031.
HSL color Cylindrical-coordinate representation of color #AF36ED: hue angle of 279.67º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF36ED is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 54 | 237 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.07 |
| HSL | 279.67º | 0.84% | 0.57% | - |
| HSV(B) | 279.67º | 0.77% | 0.93% | - |
| XYZ | 34.28 | 17.87 | 81.76 | - |
| YUV | 111.04 | 199.09 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 237 | 0.26 | 0.77 | 0 | 0.07 | 279.67 | 0.84 | 0.57 |
| Hex | AF | 36 | ED | 1A | 4D | 0 | 7 | 118 | 54 | 39 |
| Octal | 257 | 66 | 355 | 32 | 115 | 0 | 7 | 430 | 124 | 71 |
| Binary | 10101111 | 110110 | 11101101 | 11010 | 1001101 | 0 | 111 | 100011000 | 1010100 | 111001 |
Color Harmonies of #AF36ED
Complementary color
Monochromatic Colors of #AF36ED
Black with #AF36ED
Text Example
Text Example
White with #AF36ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF36ED; }
p { color: rgb(175,54,237); }
H1.HeaderClassName
{
color: #AF36ED;
}
.AnyTagClassName
{
color: #AF36ED;
}
</style>
background-color css
<style>
a { background-color: #AF36ED; }
a { background-color: rgb(175,54,237); }
div.DivClassName
{
background-color: #AF36ED;
}
.BgClassName
{
background-color: #AF36ED;
}
</style>
border-color css
<style>
span { border-color: #AF36ED; }
span { border-color: rgb(175,54,237); }
td.TdClassName
{
border-color: #AF36ED;
}
.TagClassName
{
border-color: #AF36ED;
}
</style>