Shades of Dark Orchid #AF32E9
Tints of Dark Orchid #AF32E9
RGB
CMYK
RGB Variations
Color information
#AF32E9 (or 0xAF32E9) is known color: Dark Orchid. HEX triplet: AF, 32 and E9. RGB value is (175,50,233). Sum of RGB (Red+Green+Blue) = 175+50+233=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF32E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF32E9 is #50CD16. Grayscale: #6B6B6B. Windows color (decimal): -5295383 or 15282863. OLE color: 15282863.
HSL color Cylindrical-coordinate representation of color #AF32E9: hue angle of 280.98º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF32E9 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 50 | 233 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.09 |
| HSL | 280.98º | 0.81% | 0.55% | - |
| HSV(B) | 280.98º | 0.79% | 0.91% | - |
| XYZ | 33.53 | 17.28 | 78.66 | - |
| YUV | 108.24 | 198.41 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 50 | 233 | 0.25 | 0.79 | 0 | 0.09 | 280.98 | 0.81 | 0.55 |
| Hex | AF | 32 | E9 | 19 | 4F | 0 | 9 | 119 | 51 | 37 |
| Octal | 257 | 62 | 351 | 31 | 117 | 0 | 11 | 431 | 121 | 67 |
| Binary | 10101111 | 110010 | 11101001 | 11001 | 1001111 | 0 | 1001 | 100011001 | 1010001 | 110111 |
Color Harmonies of #AF32E9
Complementary color
Monochromatic Colors of #AF32E9
Black with #AF32E9
Text Example
Text Example
White with #AF32E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF32E9; }
p { color: rgb(175,50,233); }
H1.HeaderClassName
{
color: #AF32E9;
}
.AnyTagClassName
{
color: #AF32E9;
}
</style>
background-color css
<style>
a { background-color: #AF32E9; }
a { background-color: rgb(175,50,233); }
div.DivClassName
{
background-color: #AF32E9;
}
.BgClassName
{
background-color: #AF32E9;
}
</style>
border-color css
<style>
span { border-color: #AF32E9; }
span { border-color: rgb(175,50,233); }
td.TdClassName
{
border-color: #AF32E9;
}
.TagClassName
{
border-color: #AF32E9;
}
</style>