Shades of Dark Orchid #AB25AF
Tints of Dark Orchid #AB25AF
RGB
CMYK
RGB Variations
Color information
#AB25AF (or 0xAB25AF) is known color: Dark Orchid. HEX triplet: AB, 25 and AF. RGB value is (171,37,175). Sum of RGB (Red+Green+Blue) = 171+37+175=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB25AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB25AF is #54DA50. Grayscale: #5C5C5C. Windows color (decimal): -5560913 or 11478443. OLE color: 11478443.
HSL color Cylindrical-coordinate representation of color #AB25AF: hue angle of 298.26º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB25AF is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 37 | 175 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.31 |
| HSL | 298.26º | 0.65% | 0.42% | - |
| HSV(B) | 298.26º | 0.79% | 0.69% | - |
| XYZ | 25.19 | 13.08 | 41.75 | - |
| YUV | 92.8 | 174.39 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 175 | 0.02 | 0.79 | 0 | 0.31 | 298.26 | 0.65 | 0.42 |
| Hex | AB | 25 | AF | 2 | 4F | 0 | 1F | 12A | 41 | 2A |
| Octal | 253 | 45 | 257 | 2 | 117 | 0 | 37 | 452 | 101 | 52 |
| Binary | 10101011 | 100101 | 10101111 | 10 | 1001111 | 0 | 11111 | 100101010 | 1000001 | 101010 |
Color Harmonies of #AB25AF
Complementary color
Monochromatic Colors of #AB25AF
Black with #AB25AF
Text Example
Text Example
White with #AB25AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB25AF; }
p { color: rgb(171,37,175); }
H1.HeaderClassName
{
color: #AB25AF;
}
.AnyTagClassName
{
color: #AB25AF;
}
</style>
background-color css
<style>
a { background-color: #AB25AF; }
a { background-color: rgb(171,37,175); }
div.DivClassName
{
background-color: #AB25AF;
}
.BgClassName
{
background-color: #AB25AF;
}
</style>
border-color css
<style>
span { border-color: #AB25AF; }
span { border-color: rgb(171,37,175); }
td.TdClassName
{
border-color: #AB25AF;
}
.TagClassName
{
border-color: #AB25AF;
}
</style>