Shades of Dark Orchid #AB30D6
Tints of Dark Orchid #AB30D6
RGB
CMYK
RGB Variations
Color information
#AB30D6 (or 0xAB30D6) is known color: Dark Orchid. HEX triplet: AB, 30 and D6. RGB value is (171,48,214). Sum of RGB (Red+Green+Blue) = 171+48+214=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB30D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB30D6 is #54CF29. Grayscale: #676767. Windows color (decimal): -5558058 or 14037163. OLE color: 14037163.
HSL color Cylindrical-coordinate representation of color #AB30D6: hue angle of 284.46º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB30D6 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 48 | 214 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.16 |
| HSL | 284.46º | 0.67% | 0.51% | - |
| HSV(B) | 284.46º | 0.78% | 0.84% | - |
| XYZ | 29.99 | 15.63 | 65.05 | - |
| YUV | 103.7 | 190.25 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 214 | 0.20 | 0.78 | 0 | 0.16 | 284.46 | 0.67 | 0.51 |
| Hex | AB | 30 | D6 | 14 | 4E | 0 | 10 | 11C | 43 | 33 |
| Octal | 253 | 60 | 326 | 24 | 116 | 0 | 20 | 434 | 103 | 63 |
| Binary | 10101011 | 110000 | 11010110 | 10100 | 1001110 | 0 | 10000 | 100011100 | 1000011 | 110011 |
Color Harmonies of #AB30D6
Complementary color
Monochromatic Colors of #AB30D6
Black with #AB30D6
Text Example
Text Example
White with #AB30D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB30D6; }
p { color: rgb(171,48,214); }
H1.HeaderClassName
{
color: #AB30D6;
}
.AnyTagClassName
{
color: #AB30D6;
}
</style>
background-color css
<style>
a { background-color: #AB30D6; }
a { background-color: rgb(171,48,214); }
div.DivClassName
{
background-color: #AB30D6;
}
.BgClassName
{
background-color: #AB30D6;
}
</style>
border-color css
<style>
span { border-color: #AB30D6; }
span { border-color: rgb(171,48,214); }
td.TdClassName
{
border-color: #AB30D6;
}
.TagClassName
{
border-color: #AB30D6;
}
</style>