Shades of Dark Orchid #AF38E9
Tints of Dark Orchid #AF38E9
RGB
CMYK
RGB Variations
Color information
#AF38E9 (or 0xAF38E9) is known color: Dark Orchid. HEX triplet: AF, 38 and E9. RGB value is (175,56,233). Sum of RGB (Red+Green+Blue) = 175+56+233=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF38E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF38E9 is #50C716. Grayscale: #6F6F6F. Windows color (decimal): -5293847 or 15284399. OLE color: 15284399.
HSL color Cylindrical-coordinate representation of color #AF38E9: hue angle of 280.34º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF38E9 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 56 | 233 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.09 |
| HSL | 280.34º | 0.8% | 0.57% | - |
| HSV(B) | 280.34º | 0.76% | 0.91% | - |
| XYZ | 33.8 | 17.83 | 78.75 | - |
| YUV | 111.76 | 196.42 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 233 | 0.25 | 0.76 | 0 | 0.09 | 280.34 | 0.8 | 0.57 |
| Hex | AF | 38 | E9 | 19 | 4C | 0 | 9 | 118 | 50 | 39 |
| Octal | 257 | 70 | 351 | 31 | 114 | 0 | 11 | 430 | 120 | 71 |
| Binary | 10101111 | 111000 | 11101001 | 11001 | 1001100 | 0 | 1001 | 100011000 | 1010000 | 111001 |
Color Harmonies of #AF38E9
Complementary color
Monochromatic Colors of #AF38E9
Black with #AF38E9
Text Example
Text Example
White with #AF38E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF38E9; }
p { color: rgb(175,56,233); }
H1.HeaderClassName
{
color: #AF38E9;
}
.AnyTagClassName
{
color: #AF38E9;
}
</style>
background-color css
<style>
a { background-color: #AF38E9; }
a { background-color: rgb(175,56,233); }
div.DivClassName
{
background-color: #AF38E9;
}
.BgClassName
{
background-color: #AF38E9;
}
</style>
border-color css
<style>
span { border-color: #AF38E9; }
span { border-color: rgb(175,56,233); }
td.TdClassName
{
border-color: #AF38E9;
}
.TagClassName
{
border-color: #AF38E9;
}
</style>