Shades of Dark Orchid #AF24E9
Tints of Dark Orchid #AF24E9
RGB
CMYK
RGB Variations
Color information
#AF24E9 (or 0xAF24E9) is known color: Dark Orchid. HEX triplet: AF, 24 and E9. RGB value is (175,36,233). Sum of RGB (Red+Green+Blue) = 175+36+233=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF24E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF24E9 is #50DB16. Grayscale: #636363. Windows color (decimal): -5298967 or 15279279. OLE color: 15279279.
HSL color Cylindrical-coordinate representation of color #AF24E9: hue angle of 282.34º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF24E9 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 36 | 233 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.09 |
| HSL | 282.34º | 0.82% | 0.53% | - |
| HSV(B) | 282.34º | 0.85% | 0.91% | - |
| XYZ | 33.02 | 16.26 | 78.49 | - |
| YUV | 100.02 | 203.05 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 233 | 0.25 | 0.85 | 0 | 0.09 | 282.34 | 0.82 | 0.53 |
| Hex | AF | 24 | E9 | 19 | 55 | 0 | 9 | 11A | 52 | 35 |
| Octal | 257 | 44 | 351 | 31 | 125 | 0 | 11 | 432 | 122 | 65 |
| Binary | 10101111 | 100100 | 11101001 | 11001 | 1010101 | 0 | 1001 | 100011010 | 1010010 | 110101 |
Color Harmonies of #AF24E9
Complementary color
Monochromatic Colors of #AF24E9
Black with #AF24E9
Text Example
Text Example
White with #AF24E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF24E9; }
p { color: rgb(175,36,233); }
H1.HeaderClassName
{
color: #AF24E9;
}
.AnyTagClassName
{
color: #AF24E9;
}
</style>
background-color css
<style>
a { background-color: #AF24E9; }
a { background-color: rgb(175,36,233); }
div.DivClassName
{
background-color: #AF24E9;
}
.BgClassName
{
background-color: #AF24E9;
}
</style>
border-color css
<style>
span { border-color: #AF24E9; }
span { border-color: rgb(175,36,233); }
td.TdClassName
{
border-color: #AF24E9;
}
.TagClassName
{
border-color: #AF24E9;
}
</style>