Shades of Dark Orchid #AB30CE
Tints of Dark Orchid #AB30CE
RGB
CMYK
RGB Variations
Color information
#AB30CE (or 0xAB30CE) is known color: Dark Orchid. HEX triplet: AB, 30 and CE. RGB value is (171,48,206). Sum of RGB (Red+Green+Blue) = 171+48+206=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB30CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB30CE is #54CF31. Grayscale: #666666. Windows color (decimal): -5558066 or 13512875. OLE color: 13512875.
HSL color Cylindrical-coordinate representation of color #AB30CE: hue angle of 286.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB30CE is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 48 | 206 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.19 |
| HSL | 286.71º | 0.62% | 0.5% | - |
| HSV(B) | 286.71º | 0.77% | 0.81% | - |
| XYZ | 28.99 | 15.23 | 59.8 | - |
| YUV | 102.79 | 186.25 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 206 | 0.17 | 0.77 | 0 | 0.19 | 286.71 | 0.62 | 0.5 |
| Hex | AB | 30 | CE | 11 | 4D | 0 | 13 | 11F | 3E | 32 |
| Octal | 253 | 60 | 316 | 21 | 115 | 0 | 23 | 437 | 76 | 62 |
| Binary | 10101011 | 110000 | 11001110 | 10001 | 1001101 | 0 | 10011 | 100011111 | 111110 | 110010 |
Color Harmonies of #AB30CE
Complementary color
Monochromatic Colors of #AB30CE
Black with #AB30CE
Text Example
Text Example
White with #AB30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB30CE; }
p { color: rgb(171,48,206); }
H1.HeaderClassName
{
color: #AB30CE;
}
.AnyTagClassName
{
color: #AB30CE;
}
</style>
background-color css
<style>
a { background-color: #AB30CE; }
a { background-color: rgb(171,48,206); }
div.DivClassName
{
background-color: #AB30CE;
}
.BgClassName
{
background-color: #AB30CE;
}
</style>
border-color css
<style>
span { border-color: #AB30CE; }
span { border-color: rgb(171,48,206); }
td.TdClassName
{
border-color: #AB30CE;
}
.TagClassName
{
border-color: #AB30CE;
}
</style>