Shades of Dark Orchid #AB25CE
Tints of Dark Orchid #AB25CE
RGB
CMYK
RGB Variations
Color information
#AB25CE (or 0xAB25CE) is known color: Dark Orchid. HEX triplet: AB, 25 and CE. RGB value is (171,37,206). Sum of RGB (Red+Green+Blue) = 171+37+206=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB25CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25CE is #54DA31. Grayscale: #5F5F5F. Windows color (decimal): -5560882 or 13510059. OLE color: 13510059.
HSL color Cylindrical-coordinate representation of color #AB25CE: hue angle of 287.57º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB25CE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 37 | 206 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.19 |
| HSL | 287.57º | 0.7% | 0.48% | - |
| HSV(B) | 287.57º | 0.82% | 0.81% | - |
| XYZ | 28.6 | 14.44 | 59.67 | - |
| YUV | 96.33 | 189.89 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 206 | 0.17 | 0.82 | 0 | 0.19 | 287.57 | 0.7 | 0.48 |
| Hex | AB | 25 | CE | 11 | 52 | 0 | 13 | 120 | 46 | 30 |
| Octal | 253 | 45 | 316 | 21 | 122 | 0 | 23 | 440 | 106 | 60 |
| Binary | 10101011 | 100101 | 11001110 | 10001 | 1010010 | 0 | 10011 | 100100000 | 1000110 | 110000 |
Color Harmonies of #AB25CE
Complementary color
Monochromatic Colors of #AB25CE
Black with #AB25CE
Text Example
Text Example
White with #AB25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25CE; }
p { color: rgb(171,37,206); }
H1.HeaderClassName
{
color: #AB25CE;
}
.AnyTagClassName
{
color: #AB25CE;
}
</style>
background-color css
<style>
a { background-color: #AB25CE; }
a { background-color: rgb(171,37,206); }
div.DivClassName
{
background-color: #AB25CE;
}
.BgClassName
{
background-color: #AB25CE;
}
</style>
border-color css
<style>
span { border-color: #AB25CE; }
span { border-color: rgb(171,37,206); }
td.TdClassName
{
border-color: #AB25CE;
}
.TagClassName
{
border-color: #AB25CE;
}
</style>