Shades of Dark Orchid #AF24EB
Tints of Dark Orchid #AF24EB
RGB
CMYK
RGB Variations
Color information
#AF24EB (or 0xAF24EB) is known color: Dark Orchid. HEX triplet: AF, 24 and EB. RGB value is (175,36,235). Sum of RGB (Red+Green+Blue) = 175+36+235=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF24EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF24EB is #50DB14. Grayscale: #636363. Windows color (decimal): -5298965 or 15410351. OLE color: 15410351.
HSL color Cylindrical-coordinate representation of color #AF24EB: hue angle of 281.91º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF24EB is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 36 | 235 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.08 |
| HSL | 281.91º | 0.83% | 0.53% | - |
| HSV(B) | 281.91º | 0.85% | 0.92% | - |
| XYZ | 33.31 | 16.37 | 80 | - |
| YUV | 100.25 | 204.05 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 235 | 0.26 | 0.85 | 0 | 0.08 | 281.91 | 0.83 | 0.53 |
| Hex | AF | 24 | EB | 1A | 55 | 0 | 8 | 11A | 53 | 35 |
| Octal | 257 | 44 | 353 | 32 | 125 | 0 | 10 | 432 | 123 | 65 |
| Binary | 10101111 | 100100 | 11101011 | 11010 | 1010101 | 0 | 1000 | 100011010 | 1010011 | 110101 |
Color Harmonies of #AF24EB
Complementary color
Monochromatic Colors of #AF24EB
Black with #AF24EB
Text Example
Text Example
White with #AF24EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF24EB; }
p { color: rgb(175,36,235); }
H1.HeaderClassName
{
color: #AF24EB;
}
.AnyTagClassName
{
color: #AF24EB;
}
</style>
background-color css
<style>
a { background-color: #AF24EB; }
a { background-color: rgb(175,36,235); }
div.DivClassName
{
background-color: #AF24EB;
}
.BgClassName
{
background-color: #AF24EB;
}
</style>
border-color css
<style>
span { border-color: #AF24EB; }
span { border-color: rgb(175,36,235); }
td.TdClassName
{
border-color: #AF24EB;
}
.TagClassName
{
border-color: #AF24EB;
}
</style>