Shades of Dark Orchid #AF37EE
Tints of Dark Orchid #AF37EE
RGB
CMYK
RGB Variations
Color information
#AF37EE (or 0xAF37EE) is known color: Dark Orchid. HEX triplet: AF, 37 and EE. RGB value is (175,55,238). Sum of RGB (Red+Green+Blue) = 175+55+238=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF37EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF37EE is #50C811. Grayscale: #6F6F6F. Windows color (decimal): -5294098 or 15611823. OLE color: 15611823.
HSL color Cylindrical-coordinate representation of color #AF37EE: hue angle of 279.34º 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 #AF37EE is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 55 | 238 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.07 |
| HSL | 279.34º | 0.84% | 0.57% | - |
| HSV(B) | 279.34º | 0.77% | 0.93% | - |
| XYZ | 34.48 | 18.02 | 82.55 | - |
| YUV | 111.74 | 199.26 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 238 | 0.26 | 0.77 | 0 | 0.07 | 279.34 | 0.84 | 0.57 |
| Hex | AF | 37 | EE | 1A | 4D | 0 | 7 | 117 | 54 | 39 |
| Octal | 257 | 67 | 356 | 32 | 115 | 0 | 7 | 427 | 124 | 71 |
| Binary | 10101111 | 110111 | 11101110 | 11010 | 1001101 | 0 | 111 | 100010111 | 1010100 | 111001 |
Color Harmonies of #AF37EE
Complementary color
Monochromatic Colors of #AF37EE
Black with #AF37EE
Text Example
Text Example
White with #AF37EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37EE; }
p { color: rgb(175,55,238); }
H1.HeaderClassName
{
color: #AF37EE;
}
.AnyTagClassName
{
color: #AF37EE;
}
</style>
background-color css
<style>
a { background-color: #AF37EE; }
a { background-color: rgb(175,55,238); }
div.DivClassName
{
background-color: #AF37EE;
}
.BgClassName
{
background-color: #AF37EE;
}
</style>
border-color css
<style>
span { border-color: #AF37EE; }
span { border-color: rgb(175,55,238); }
td.TdClassName
{
border-color: #AF37EE;
}
.TagClassName
{
border-color: #AF37EE;
}
</style>