Shades of Dark Orchid #AB27D5
Tints of Dark Orchid #AB27D5
RGB
CMYK
RGB Variations
Color information
#AB27D5 (or 0xAB27D5) is known color: Dark Orchid. HEX triplet: AB, 27 and D5. RGB value is (171,39,213). Sum of RGB (Red+Green+Blue) = 171+39+213=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB27D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB27D5 is #54D82A. Grayscale: #616161. Windows color (decimal): -5560363 or 13969323. OLE color: 13969323.
HSL color Cylindrical-coordinate representation of color #AB27D5: hue angle of 285.52º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB27D5 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 39 | 213 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.16 |
| HSL | 285.52º | 0.69% | 0.49% | - |
| HSV(B) | 285.52º | 0.82% | 0.84% | - |
| XYZ | 29.53 | 14.91 | 64.27 | - |
| YUV | 98.3 | 192.73 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 213 | 0.20 | 0.82 | 0 | 0.16 | 285.52 | 0.69 | 0.49 |
| Hex | AB | 27 | D5 | 14 | 52 | 0 | 10 | 11E | 45 | 31 |
| Octal | 253 | 47 | 325 | 24 | 122 | 0 | 20 | 436 | 105 | 61 |
| Binary | 10101011 | 100111 | 11010101 | 10100 | 1010010 | 0 | 10000 | 100011110 | 1000101 | 110001 |
Color Harmonies of #AB27D5
Complementary color
Monochromatic Colors of #AB27D5
Black with #AB27D5
Text Example
Text Example
White with #AB27D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB27D5; }
p { color: rgb(171,39,213); }
H1.HeaderClassName
{
color: #AB27D5;
}
.AnyTagClassName
{
color: #AB27D5;
}
</style>
background-color css
<style>
a { background-color: #AB27D5; }
a { background-color: rgb(171,39,213); }
div.DivClassName
{
background-color: #AB27D5;
}
.BgClassName
{
background-color: #AB27D5;
}
</style>
border-color css
<style>
span { border-color: #AB27D5; }
span { border-color: rgb(171,39,213); }
td.TdClassName
{
border-color: #AB27D5;
}
.TagClassName
{
border-color: #AB27D5;
}
</style>