Shades of Dark Orchid #AF25E9
Tints of Dark Orchid #AF25E9
RGB
CMYK
RGB Variations
Color information
#AF25E9 (or 0xAF25E9) is known color: Dark Orchid. HEX triplet: AF, 25 and E9. RGB value is (175,37,233). Sum of RGB (Red+Green+Blue) = 175+37+233=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF25E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF25E9 is #50DA16. Grayscale: #636363. Windows color (decimal): -5298711 or 15279535. OLE color: 15279535.
HSL color Cylindrical-coordinate representation of color #AF25E9: hue angle of 282.24º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF25E9 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 37 | 233 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.09 |
| HSL | 282.24º | 0.82% | 0.53% | - |
| HSV(B) | 282.24º | 0.84% | 0.91% | - |
| XYZ | 33.05 | 16.32 | 78.5 | - |
| YUV | 100.61 | 202.72 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 233 | 0.25 | 0.84 | 0 | 0.09 | 282.24 | 0.82 | 0.53 |
| Hex | AF | 25 | E9 | 19 | 54 | 0 | 9 | 11A | 52 | 35 |
| Octal | 257 | 45 | 351 | 31 | 124 | 0 | 11 | 432 | 122 | 65 |
| Binary | 10101111 | 100101 | 11101001 | 11001 | 1010100 | 0 | 1001 | 100011010 | 1010010 | 110101 |
Color Harmonies of #AF25E9
Complementary color
Monochromatic Colors of #AF25E9
Black with #AF25E9
Text Example
Text Example
White with #AF25E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF25E9; }
p { color: rgb(175,37,233); }
H1.HeaderClassName
{
color: #AF25E9;
}
.AnyTagClassName
{
color: #AF25E9;
}
</style>
background-color css
<style>
a { background-color: #AF25E9; }
a { background-color: rgb(175,37,233); }
div.DivClassName
{
background-color: #AF25E9;
}
.BgClassName
{
background-color: #AF25E9;
}
</style>
border-color css
<style>
span { border-color: #AF25E9; }
span { border-color: rgb(175,37,233); }
td.TdClassName
{
border-color: #AF25E9;
}
.TagClassName
{
border-color: #AF25E9;
}
</style>