Shades of Dark Orchid #AF31EE
Tints of Dark Orchid #AF31EE
RGB
CMYK
RGB Variations
Color information
#AF31EE (or 0xAF31EE) is known color: Dark Orchid. HEX triplet: AF, 31 and EE. RGB value is (175,49,238). Sum of RGB (Red+Green+Blue) = 175+49+238=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF31EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF31EE is #50CE11. Grayscale: #6B6B6B. Windows color (decimal): -5295634 or 15610287. OLE color: 15610287.
HSL color Cylindrical-coordinate representation of color #AF31EE: hue angle of 280º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF31EE is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 49 | 238 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.07 |
| HSL | 280º | 0.85% | 0.56% | - |
| HSV(B) | 280º | 0.79% | 0.93% | - |
| XYZ | 34.21 | 17.48 | 82.46 | - |
| YUV | 108.22 | 201.24 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 238 | 0.26 | 0.79 | 0 | 0.07 | 280 | 0.85 | 0.56 |
| Hex | AF | 31 | EE | 1A | 4F | 0 | 7 | 118 | 55 | 38 |
| Octal | 257 | 61 | 356 | 32 | 117 | 0 | 7 | 430 | 125 | 70 |
| Binary | 10101111 | 110001 | 11101110 | 11010 | 1001111 | 0 | 111 | 100011000 | 1010101 | 111000 |
Color Harmonies of #AF31EE
Complementary color
Monochromatic Colors of #AF31EE
Black with #AF31EE
Text Example
Text Example
White with #AF31EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF31EE; }
p { color: rgb(175,49,238); }
H1.HeaderClassName
{
color: #AF31EE;
}
.AnyTagClassName
{
color: #AF31EE;
}
</style>
background-color css
<style>
a { background-color: #AF31EE; }
a { background-color: rgb(175,49,238); }
div.DivClassName
{
background-color: #AF31EE;
}
.BgClassName
{
background-color: #AF31EE;
}
</style>
border-color css
<style>
span { border-color: #AF31EE; }
span { border-color: rgb(175,49,238); }
td.TdClassName
{
border-color: #AF31EE;
}
.TagClassName
{
border-color: #AF31EE;
}
</style>