Shades of Dark Orchid #AF31ED
Tints of Dark Orchid #AF31ED
RGB
CMYK
RGB Variations
Color information
#AF31ED (or 0xAF31ED) is known color: Dark Orchid. HEX triplet: AF, 31 and ED. RGB value is (175,49,237). Sum of RGB (Red+Green+Blue) = 175+49+237=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF31ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF31ED is #50CE12. Grayscale: #6B6B6B. Windows color (decimal): -5295635 or 15544751. OLE color: 15544751.
HSL color Cylindrical-coordinate representation of color #AF31ED: hue angle of 280.21º degrees, saturation: 0.84, 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 #AF31ED is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 49 | 237 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.07 |
| HSL | 280.21º | 0.84% | 0.56% | - |
| HSV(B) | 280.21º | 0.79% | 0.93% | - |
| XYZ | 34.06 | 17.43 | 81.69 | - |
| YUV | 108.11 | 200.74 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 237 | 0.26 | 0.79 | 0 | 0.07 | 280.21 | 0.84 | 0.56 |
| Hex | AF | 31 | ED | 1A | 4F | 0 | 7 | 118 | 54 | 38 |
| Octal | 257 | 61 | 355 | 32 | 117 | 0 | 7 | 430 | 124 | 70 |
| Binary | 10101111 | 110001 | 11101101 | 11010 | 1001111 | 0 | 111 | 100011000 | 1010100 | 111000 |
Color Harmonies of #AF31ED
Complementary color
Monochromatic Colors of #AF31ED
Black with #AF31ED
Text Example
Text Example
White with #AF31ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF31ED; }
p { color: rgb(175,49,237); }
H1.HeaderClassName
{
color: #AF31ED;
}
.AnyTagClassName
{
color: #AF31ED;
}
</style>
background-color css
<style>
a { background-color: #AF31ED; }
a { background-color: rgb(175,49,237); }
div.DivClassName
{
background-color: #AF31ED;
}
.BgClassName
{
background-color: #AF31ED;
}
</style>
border-color css
<style>
span { border-color: #AF31ED; }
span { border-color: rgb(175,49,237); }
td.TdClassName
{
border-color: #AF31ED;
}
.TagClassName
{
border-color: #AF31ED;
}
</style>