Shades of Dark Orchid #AB3BB8
Tints of Dark Orchid #AB3BB8
RGB
CMYK
RGB Variations
Color information
#AB3BB8 (or 0xAB3BB8) is known color: Dark Orchid. HEX triplet: AB, 3B and B8. RGB value is (171,59,184). Sum of RGB (Red+Green+Blue) = 171+59+184=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB3BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BB8 is #54C447. Grayscale: #6A6A6A. Windows color (decimal): -5555272 or 12073899. OLE color: 12073899.
HSL color Cylindrical-coordinate representation of color #AB3BB8: hue angle of 293.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3BB8 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 59 | 184 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.28 |
| HSL | 293.76º | 0.51% | 0.48% | - |
| HSV(B) | 293.76º | 0.68% | 0.72% | - |
| XYZ | 27.01 | 15.25 | 46.87 | - |
| YUV | 106.74 | 171.61 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 184 | 0.07 | 0.68 | 0 | 0.28 | 293.76 | 0.51 | 0.48 |
| Hex | AB | 3B | B8 | 7 | 44 | 0 | 1C | 126 | 33 | 30 |
| Octal | 253 | 73 | 270 | 7 | 104 | 0 | 34 | 446 | 63 | 60 |
| Binary | 10101011 | 111011 | 10111000 | 111 | 1000100 | 0 | 11100 | 100100110 | 110011 | 110000 |
Color Harmonies of #AB3BB8
Complementary color
Monochromatic Colors of #AB3BB8
Black with #AB3BB8
Text Example
Text Example
White with #AB3BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3BB8; }
p { color: rgb(171,59,184); }
H1.HeaderClassName
{
color: #AB3BB8;
}
.AnyTagClassName
{
color: #AB3BB8;
}
</style>
background-color css
<style>
a { background-color: #AB3BB8; }
a { background-color: rgb(171,59,184); }
div.DivClassName
{
background-color: #AB3BB8;
}
.BgClassName
{
background-color: #AB3BB8;
}
</style>
border-color css
<style>
span { border-color: #AB3BB8; }
span { border-color: rgb(171,59,184); }
td.TdClassName
{
border-color: #AB3BB8;
}
.TagClassName
{
border-color: #AB3BB8;
}
</style>