Shades of Dark Orchid #AF24EA
Tints of Dark Orchid #AF24EA
RGB
CMYK
RGB Variations
Color information
#AF24EA (or 0xAF24EA) is known color: Dark Orchid. HEX triplet: AF, 24 and EA. RGB value is (175,36,234). Sum of RGB (Red+Green+Blue) = 175+36+234=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF24EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF24EA is #50DB15. Grayscale: #636363. Windows color (decimal): -5298966 or 15344815. OLE color: 15344815.
HSL color Cylindrical-coordinate representation of color #AF24EA: hue angle of 282.12º degrees, saturation: 0.82, 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 #AF24EA is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 36 | 234 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.08 |
| HSL | 282.12º | 0.83% | 0.53% | - |
| HSV(B) | 282.12º | 0.85% | 0.92% | - |
| XYZ | 33.16 | 16.32 | 79.24 | - |
| YUV | 100.13 | 203.55 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 234 | 0.25 | 0.85 | 0 | 0.08 | 282.12 | 0.83 | 0.53 |
| Hex | AF | 24 | EA | 19 | 55 | 0 | 8 | 11A | 52 | 35 |
| Octal | 257 | 44 | 352 | 31 | 125 | 0 | 10 | 432 | 122 | 65 |
| Binary | 10101111 | 100100 | 11101010 | 11001 | 1010101 | 0 | 1000 | 100011010 | 1010010 | 110101 |
Color Harmonies of #AF24EA
Complementary color
Monochromatic Colors of #AF24EA
Black with #AF24EA
Text Example
Text Example
White with #AF24EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF24EA; }
p { color: rgb(175,36,234); }
H1.HeaderClassName
{
color: #AF24EA;
}
.AnyTagClassName
{
color: #AF24EA;
}
</style>
background-color css
<style>
a { background-color: #AF24EA; }
a { background-color: rgb(175,36,234); }
div.DivClassName
{
background-color: #AF24EA;
}
.BgClassName
{
background-color: #AF24EA;
}
</style>
border-color css
<style>
span { border-color: #AF24EA; }
span { border-color: rgb(175,36,234); }
td.TdClassName
{
border-color: #AF24EA;
}
.TagClassName
{
border-color: #AF24EA;
}
</style>