Shades of Dark Orchid #AB3AB8
Tints of Dark Orchid #AB3AB8
RGB
CMYK
RGB Variations
Color information
#AB3AB8 (or 0xAB3AB8) is known color: Dark Orchid. HEX triplet: AB, 3A and B8. RGB value is (171,58,184). Sum of RGB (Red+Green+Blue) = 171+58+184=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB3AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3AB8 is #54C547. Grayscale: #696969. Windows color (decimal): -5555528 or 12073643. OLE color: 12073643.
HSL color Cylindrical-coordinate representation of color #AB3AB8: hue angle of 293.81º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3AB8 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 58 | 184 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.28 |
| HSL | 293.81º | 0.52% | 0.47% | - |
| HSV(B) | 293.81º | 0.68% | 0.72% | - |
| XYZ | 26.96 | 15.14 | 46.85 | - |
| YUV | 106.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 184 | 0.07 | 0.68 | 0 | 0.28 | 293.81 | 0.52 | 0.47 |
| Hex | AB | 3A | B8 | 7 | 44 | 0 | 1C | 126 | 34 | 2F |
| Octal | 253 | 72 | 270 | 7 | 104 | 0 | 34 | 446 | 64 | 57 |
| Binary | 10101011 | 111010 | 10111000 | 111 | 1000100 | 0 | 11100 | 100100110 | 110100 | 101111 |
Color Harmonies of #AB3AB8
Complementary color
Monochromatic Colors of #AB3AB8
Black with #AB3AB8
Text Example
Text Example
White with #AB3AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3AB8; }
p { color: rgb(171,58,184); }
H1.HeaderClassName
{
color: #AB3AB8;
}
.AnyTagClassName
{
color: #AB3AB8;
}
</style>
background-color css
<style>
a { background-color: #AB3AB8; }
a { background-color: rgb(171,58,184); }
div.DivClassName
{
background-color: #AB3AB8;
}
.BgClassName
{
background-color: #AB3AB8;
}
</style>
border-color css
<style>
span { border-color: #AB3AB8; }
span { border-color: rgb(171,58,184); }
td.TdClassName
{
border-color: #AB3AB8;
}
.TagClassName
{
border-color: #AB3AB8;
}
</style>