Shades of Dark Orchid #AF24E7
Tints of Dark Orchid #AF24E7
RGB
CMYK
RGB Variations
Color information
#AF24E7 (or 0xAF24E7) is known color: Dark Orchid. HEX triplet: AF, 24 and E7. RGB value is (175,36,231). Sum of RGB (Red+Green+Blue) = 175+36+231=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 231 (90.62% from 255 or 52.26% from 442); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF24E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF24E7 is #50DB18. Grayscale: #636363. Windows color (decimal): -5298969 or 15148207. OLE color: 15148207.
HSL color Cylindrical-coordinate representation of color #AF24E7: hue angle of 282.77º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF24E7 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 36 | 231 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.09 |
| HSL | 282.77º | 0.8% | 0.52% | - |
| HSV(B) | 282.77º | 0.84% | 0.91% | - |
| XYZ | 32.73 | 16.15 | 76.99 | - |
| YUV | 99.79 | 202.05 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 231 | 0.24 | 0.84 | 0 | 0.09 | 282.77 | 0.8 | 0.52 |
| Hex | AF | 24 | E7 | 18 | 54 | 0 | 9 | 11B | 50 | 34 |
| Octal | 257 | 44 | 347 | 30 | 124 | 0 | 11 | 433 | 120 | 64 |
| Binary | 10101111 | 100100 | 11100111 | 11000 | 1010100 | 0 | 1001 | 100011011 | 1010000 | 110100 |
Color Harmonies of #AF24E7
Complementary color
Monochromatic Colors of #AF24E7
Black with #AF24E7
Text Example
Text Example
White with #AF24E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF24E7; }
p { color: rgb(175,36,231); }
H1.HeaderClassName
{
color: #AF24E7;
}
.AnyTagClassName
{
color: #AF24E7;
}
</style>
background-color css
<style>
a { background-color: #AF24E7; }
a { background-color: rgb(175,36,231); }
div.DivClassName
{
background-color: #AF24E7;
}
.BgClassName
{
background-color: #AF24E7;
}
</style>
border-color css
<style>
span { border-color: #AF24E7; }
span { border-color: rgb(175,36,231); }
td.TdClassName
{
border-color: #AF24E7;
}
.TagClassName
{
border-color: #AF24E7;
}
</style>