Shades of Dark Orchid #AF31EC
Tints of Dark Orchid #AF31EC
RGB
CMYK
RGB Variations
Color information
#AF31EC (or 0xAF31EC) is known color: Dark Orchid. HEX triplet: AF, 31 and EC. RGB value is (175,49,236). Sum of RGB (Red+Green+Blue) = 175+49+236=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF31EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF31EC is #50CE13. Grayscale: #6B6B6B. Windows color (decimal): -5295636 or 15479215. OLE color: 15479215.
HSL color Cylindrical-coordinate representation of color #AF31EC: hue angle of 280.43º degrees, saturation: 0.83, 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 #AF31EC is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 49 | 236 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.07 |
| HSL | 280.43º | 0.83% | 0.56% | - |
| HSV(B) | 280.43º | 0.79% | 0.93% | - |
| XYZ | 33.92 | 17.37 | 80.92 | - |
| YUV | 107.99 | 200.24 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 236 | 0.26 | 0.79 | 0 | 0.07 | 280.43 | 0.83 | 0.56 |
| Hex | AF | 31 | EC | 1A | 4F | 0 | 7 | 118 | 53 | 38 |
| Octal | 257 | 61 | 354 | 32 | 117 | 0 | 7 | 430 | 123 | 70 |
| Binary | 10101111 | 110001 | 11101100 | 11010 | 1001111 | 0 | 111 | 100011000 | 1010011 | 111000 |
Color Harmonies of #AF31EC
Complementary color
Monochromatic Colors of #AF31EC
Black with #AF31EC
Text Example
Text Example
White with #AF31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF31EC; }
p { color: rgb(175,49,236); }
H1.HeaderClassName
{
color: #AF31EC;
}
.AnyTagClassName
{
color: #AF31EC;
}
</style>
background-color css
<style>
a { background-color: #AF31EC; }
a { background-color: rgb(175,49,236); }
div.DivClassName
{
background-color: #AF31EC;
}
.BgClassName
{
background-color: #AF31EC;
}
</style>
border-color css
<style>
span { border-color: #AF31EC; }
span { border-color: rgb(175,49,236); }
td.TdClassName
{
border-color: #AF31EC;
}
.TagClassName
{
border-color: #AF31EC;
}
</style>