Shades of Dark Orchid #AF33E9
Tints of Dark Orchid #AF33E9
RGB
CMYK
RGB Variations
Color information
#AF33E9 (or 0xAF33E9) is known color: Dark Orchid. HEX triplet: AF, 33 and E9. RGB value is (175,51,233). Sum of RGB (Red+Green+Blue) = 175+51+233=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF33E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF33E9 is #50CC16. Grayscale: #6C6C6C. Windows color (decimal): -5295127 or 15283119. OLE color: 15283119.
HSL color Cylindrical-coordinate representation of color #AF33E9: hue angle of 280.88º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF33E9 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 51 | 233 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.09 |
| HSL | 280.88º | 0.81% | 0.56% | - |
| HSV(B) | 280.88º | 0.78% | 0.91% | - |
| XYZ | 33.57 | 17.36 | 78.67 | - |
| YUV | 108.82 | 198.08 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 233 | 0.25 | 0.78 | 0 | 0.09 | 280.88 | 0.81 | 0.56 |
| Hex | AF | 33 | E9 | 19 | 4E | 0 | 9 | 119 | 51 | 38 |
| Octal | 257 | 63 | 351 | 31 | 116 | 0 | 11 | 431 | 121 | 70 |
| Binary | 10101111 | 110011 | 11101001 | 11001 | 1001110 | 0 | 1001 | 100011001 | 1010001 | 111000 |
Color Harmonies of #AF33E9
Complementary color
Monochromatic Colors of #AF33E9
Black with #AF33E9
Text Example
Text Example
White with #AF33E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33E9; }
p { color: rgb(175,51,233); }
H1.HeaderClassName
{
color: #AF33E9;
}
.AnyTagClassName
{
color: #AF33E9;
}
</style>
background-color css
<style>
a { background-color: #AF33E9; }
a { background-color: rgb(175,51,233); }
div.DivClassName
{
background-color: #AF33E9;
}
.BgClassName
{
background-color: #AF33E9;
}
</style>
border-color css
<style>
span { border-color: #AF33E9; }
span { border-color: rgb(175,51,233); }
td.TdClassName
{
border-color: #AF33E9;
}
.TagClassName
{
border-color: #AF33E9;
}
</style>