Shades of Dark Orchid #AB25AD
Tints of Dark Orchid #AB25AD
RGB
CMYK
RGB Variations
Color information
#AB25AD (or 0xAB25AD) is known color: Dark Orchid. HEX triplet: AB, 25 and AD. RGB value is (171,37,173). Sum of RGB (Red+Green+Blue) = 171+37+173=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB25AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB25AD is #54DA52. Grayscale: #5C5C5C. Windows color (decimal): -5560915 or 11347371. OLE color: 11347371.
HSL color Cylindrical-coordinate representation of color #AB25AD: hue angle of 299.12º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB25AD is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 37 | 173 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.32 |
| HSL | 299.12º | 0.65% | 0.41% | - |
| HSV(B) | 299.12º | 0.79% | 0.68% | - |
| XYZ | 25 | 13 | 40.73 | - |
| YUV | 92.57 | 173.39 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 173 | 0.01 | 0.79 | 0 | 0.32 | 299.12 | 0.65 | 0.41 |
| Hex | AB | 25 | AD | 1 | 4F | 0 | 20 | 12B | 41 | 29 |
| Octal | 253 | 45 | 255 | 1 | 117 | 0 | 40 | 453 | 101 | 51 |
| Binary | 10101011 | 100101 | 10101101 | 1 | 1001111 | 0 | 100000 | 100101011 | 1000001 | 101001 |
Color Harmonies of #AB25AD
Complementary color
Monochromatic Colors of #AB25AD
Black with #AB25AD
Text Example
Text Example
White with #AB25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25AD; }
p { color: rgb(171,37,173); }
H1.HeaderClassName
{
color: #AB25AD;
}
.AnyTagClassName
{
color: #AB25AD;
}
</style>
background-color css
<style>
a { background-color: #AB25AD; }
a { background-color: rgb(171,37,173); }
div.DivClassName
{
background-color: #AB25AD;
}
.BgClassName
{
background-color: #AB25AD;
}
</style>
border-color css
<style>
span { border-color: #AB25AD; }
span { border-color: rgb(171,37,173); }
td.TdClassName
{
border-color: #AB25AD;
}
.TagClassName
{
border-color: #AB25AD;
}
</style>