Shades of Dark Orchid #AF37ED
Tints of Dark Orchid #AF37ED
RGB
CMYK
RGB Variations
Color information
#AF37ED (or 0xAF37ED) is known color: Dark Orchid. HEX triplet: AF, 37 and ED. RGB value is (175,55,237). Sum of RGB (Red+Green+Blue) = 175+55+237=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF37ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF37ED is #50C812. Grayscale: #6F6F6F. Windows color (decimal): -5294099 or 15546287. OLE color: 15546287.
HSL color Cylindrical-coordinate representation of color #AF37ED: hue angle of 279.56º degrees, saturation: 0.83, 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 #AF37ED is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 55 | 237 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.07 |
| HSL | 279.56º | 0.83% | 0.57% | - |
| HSV(B) | 279.56º | 0.77% | 0.93% | - |
| XYZ | 34.33 | 17.96 | 81.78 | - |
| YUV | 111.63 | 198.76 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 237 | 0.26 | 0.77 | 0 | 0.07 | 279.56 | 0.83 | 0.57 |
| Hex | AF | 37 | ED | 1A | 4D | 0 | 7 | 118 | 53 | 39 |
| Octal | 257 | 67 | 355 | 32 | 115 | 0 | 7 | 430 | 123 | 71 |
| Binary | 10101111 | 110111 | 11101101 | 11010 | 1001101 | 0 | 111 | 100011000 | 1010011 | 111001 |
Color Harmonies of #AF37ED
Complementary color
Monochromatic Colors of #AF37ED
Black with #AF37ED
Text Example
Text Example
White with #AF37ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37ED; }
p { color: rgb(175,55,237); }
H1.HeaderClassName
{
color: #AF37ED;
}
.AnyTagClassName
{
color: #AF37ED;
}
</style>
background-color css
<style>
a { background-color: #AF37ED; }
a { background-color: rgb(175,55,237); }
div.DivClassName
{
background-color: #AF37ED;
}
.BgClassName
{
background-color: #AF37ED;
}
</style>
border-color css
<style>
span { border-color: #AF37ED; }
span { border-color: rgb(175,55,237); }
td.TdClassName
{
border-color: #AF37ED;
}
.TagClassName
{
border-color: #AF37ED;
}
</style>