Shades of Dark Orchid #AF26EC
Tints of Dark Orchid #AF26EC
RGB
CMYK
RGB Variations
Color information
#AF26EC (or 0xAF26EC) is known color: Dark Orchid. HEX triplet: AF, 26 and EC. RGB value is (175,38,236). Sum of RGB (Red+Green+Blue) = 175+38+236=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 38 (15.23% from 255 or 8.46% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF26EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF26EC is #50D913. Grayscale: #646464. Windows color (decimal): -5298452 or 15476399. OLE color: 15476399.
HSL color Cylindrical-coordinate representation of color #AF26EC: hue angle of 281.52º 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 #AF26EC is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 38 | 236 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.07 |
| HSL | 281.52º | 0.84% | 0.54% | - |
| HSV(B) | 281.52º | 0.84% | 0.93% | - |
| XYZ | 33.51 | 16.56 | 80.79 | - |
| YUV | 101.54 | 203.89 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 236 | 0.26 | 0.84 | 0 | 0.07 | 281.52 | 0.84 | 0.54 |
| Hex | AF | 26 | EC | 1A | 54 | 0 | 7 | 11A | 54 | 36 |
| Octal | 257 | 46 | 354 | 32 | 124 | 0 | 7 | 432 | 124 | 66 |
| Binary | 10101111 | 100110 | 11101100 | 11010 | 1010100 | 0 | 111 | 100011010 | 1010100 | 110110 |
Color Harmonies of #AF26EC
Complementary color
Monochromatic Colors of #AF26EC
Black with #AF26EC
Text Example
Text Example
White with #AF26EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF26EC; }
p { color: rgb(175,38,236); }
H1.HeaderClassName
{
color: #AF26EC;
}
.AnyTagClassName
{
color: #AF26EC;
}
</style>
background-color css
<style>
a { background-color: #AF26EC; }
a { background-color: rgb(175,38,236); }
div.DivClassName
{
background-color: #AF26EC;
}
.BgClassName
{
background-color: #AF26EC;
}
</style>
border-color css
<style>
span { border-color: #AF26EC; }
span { border-color: rgb(175,38,236); }
td.TdClassName
{
border-color: #AF26EC;
}
.TagClassName
{
border-color: #AF26EC;
}
</style>