Shades of Dark Orchid #AB37CC
Tints of Dark Orchid #AB37CC
RGB
CMYK
RGB Variations
Color information
#AB37CC (or 0xAB37CC) is known color: Dark Orchid. HEX triplet: AB, 37 and CC. RGB value is (171,55,204). Sum of RGB (Red+Green+Blue) = 171+55+204=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB37CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB37CC is #54C833. Grayscale: #6A6A6A. Windows color (decimal): -5556276 or 13383595. OLE color: 13383595.
HSL color Cylindrical-coordinate representation of color #AB37CC: hue angle of 286.71º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB37CC is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 55 | 204 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.2 |
| HSL | 286.71º | 0.59% | 0.51% | - |
| HSV(B) | 286.71º | 0.73% | 0.8% | - |
| XYZ | 29.06 | 15.75 | 58.64 | - |
| YUV | 106.67 | 182.93 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 204 | 0.16 | 0.73 | 0 | 0.2 | 286.71 | 0.59 | 0.51 |
| Hex | AB | 37 | CC | 10 | 49 | 0 | 14 | 11F | 3B | 33 |
| Octal | 253 | 67 | 314 | 20 | 111 | 0 | 24 | 437 | 73 | 63 |
| Binary | 10101011 | 110111 | 11001100 | 10000 | 1001001 | 0 | 10100 | 100011111 | 111011 | 110011 |
Color Harmonies of #AB37CC
Complementary color
Monochromatic Colors of #AB37CC
Black with #AB37CC
Text Example
Text Example
White with #AB37CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB37CC; }
p { color: rgb(171,55,204); }
H1.HeaderClassName
{
color: #AB37CC;
}
.AnyTagClassName
{
color: #AB37CC;
}
</style>
background-color css
<style>
a { background-color: #AB37CC; }
a { background-color: rgb(171,55,204); }
div.DivClassName
{
background-color: #AB37CC;
}
.BgClassName
{
background-color: #AB37CC;
}
</style>
border-color css
<style>
span { border-color: #AB37CC; }
span { border-color: rgb(171,55,204); }
td.TdClassName
{
border-color: #AB37CC;
}
.TagClassName
{
border-color: #AB37CC;
}
</style>