Shades of Dark Orchid #AB27CC
Tints of Dark Orchid #AB27CC
RGB
CMYK
RGB Variations
Color information
#AB27CC (or 0xAB27CC) is known color: Dark Orchid. HEX triplet: AB, 27 and CC. RGB value is (171,39,204). Sum of RGB (Red+Green+Blue) = 171+39+204=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB27CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB27CC is #54D833. Grayscale: #606060. Windows color (decimal): -5560372 or 13379499. OLE color: 13379499.
HSL color Cylindrical-coordinate representation of color #AB27CC: hue angle of 288º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB27CC is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 39 | 204 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.2 |
| HSL | 288º | 0.68% | 0.48% | - |
| HSV(B) | 288º | 0.81% | 0.8% | - |
| XYZ | 28.42 | 14.47 | 58.42 | - |
| YUV | 97.28 | 188.23 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 204 | 0.16 | 0.81 | 0 | 0.2 | 288 | 0.68 | 0.48 |
| Hex | AB | 27 | CC | 10 | 51 | 0 | 14 | 120 | 44 | 30 |
| Octal | 253 | 47 | 314 | 20 | 121 | 0 | 24 | 440 | 104 | 60 |
| Binary | 10101011 | 100111 | 11001100 | 10000 | 1010001 | 0 | 10100 | 100100000 | 1000100 | 110000 |
Color Harmonies of #AB27CC
Complementary color
Monochromatic Colors of #AB27CC
Black with #AB27CC
Text Example
Text Example
White with #AB27CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB27CC; }
p { color: rgb(171,39,204); }
H1.HeaderClassName
{
color: #AB27CC;
}
.AnyTagClassName
{
color: #AB27CC;
}
</style>
background-color css
<style>
a { background-color: #AB27CC; }
a { background-color: rgb(171,39,204); }
div.DivClassName
{
background-color: #AB27CC;
}
.BgClassName
{
background-color: #AB27CC;
}
</style>
border-color css
<style>
span { border-color: #AB27CC; }
span { border-color: rgb(171,39,204); }
td.TdClassName
{
border-color: #AB27CC;
}
.TagClassName
{
border-color: #AB27CC;
}
</style>