Shades of Dark Orchid #AF25EC
Tints of Dark Orchid #AF25EC
RGB
CMYK
RGB Variations
Color information
#AF25EC (or 0xAF25EC) is known color: Dark Orchid. HEX triplet: AF, 25 and EC. RGB value is (175,37,236). Sum of RGB (Red+Green+Blue) = 175+37+236=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF25EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF25EC is #50DA13. Grayscale: #646464. Windows color (decimal): -5298708 or 15476143. OLE color: 15476143.
HSL color Cylindrical-coordinate representation of color #AF25EC: hue angle of 281.61º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF25EC is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 37 | 236 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.07 |
| HSL | 281.61º | 0.84% | 0.54% | - |
| HSV(B) | 281.61º | 0.84% | 0.93% | - |
| XYZ | 33.48 | 16.49 | 80.78 | - |
| YUV | 100.95 | 204.22 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 236 | 0.26 | 0.84 | 0 | 0.07 | 281.61 | 0.84 | 0.54 |
| Hex | AF | 25 | EC | 1A | 54 | 0 | 7 | 11A | 54 | 36 |
| Octal | 257 | 45 | 354 | 32 | 124 | 0 | 7 | 432 | 124 | 66 |
| Binary | 10101111 | 100101 | 11101100 | 11010 | 1010100 | 0 | 111 | 100011010 | 1010100 | 110110 |
Color Harmonies of #AF25EC
Complementary color
Monochromatic Colors of #AF25EC
Black with #AF25EC
Text Example
Text Example
White with #AF25EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF25EC; }
p { color: rgb(175,37,236); }
H1.HeaderClassName
{
color: #AF25EC;
}
.AnyTagClassName
{
color: #AF25EC;
}
</style>
background-color css
<style>
a { background-color: #AF25EC; }
a { background-color: rgb(175,37,236); }
div.DivClassName
{
background-color: #AF25EC;
}
.BgClassName
{
background-color: #AF25EC;
}
</style>
border-color css
<style>
span { border-color: #AF25EC; }
span { border-color: rgb(175,37,236); }
td.TdClassName
{
border-color: #AF25EC;
}
.TagClassName
{
border-color: #AF25EC;
}
</style>