Shades of Dark Orchid #AB3BCB
Tints of Dark Orchid #AB3BCB
RGB
CMYK
RGB Variations
Color information
#AB3BCB (or 0xAB3BCB) is known color: Dark Orchid. HEX triplet: AB, 3B and CB. RGB value is (171,59,203). Sum of RGB (Red+Green+Blue) = 171+59+203=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB3BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BCB is #54C434. Grayscale: #6C6C6C. Windows color (decimal): -5555253 or 13319083. OLE color: 13319083.
HSL color Cylindrical-coordinate representation of color #AB3BCB: hue angle of 286.67º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3BCB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 59 | 203 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.20 |
| HSL | 286.67º | 0.58% | 0.51% | - |
| HSV(B) | 286.67º | 0.71% | 0.8% | - |
| XYZ | 29.14 | 16.1 | 58.07 | - |
| YUV | 108.9 | 181.11 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 203 | 0.16 | 0.71 | 0 | 0.20 | 286.67 | 0.58 | 0.51 |
| Hex | AB | 3B | CB | 10 | 47 | 0 | 14 | 11F | 3A | 33 |
| Octal | 253 | 73 | 313 | 20 | 107 | 0 | 24 | 437 | 72 | 63 |
| Binary | 10101011 | 111011 | 11001011 | 10000 | 1000111 | 0 | 10100 | 100011111 | 111010 | 110011 |
Color Harmonies of #AB3BCB
Complementary color
Monochromatic Colors of #AB3BCB
Black with #AB3BCB
Text Example
Text Example
White with #AB3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3BCB; }
p { color: rgb(171,59,203); }
H1.HeaderClassName
{
color: #AB3BCB;
}
.AnyTagClassName
{
color: #AB3BCB;
}
</style>
background-color css
<style>
a { background-color: #AB3BCB; }
a { background-color: rgb(171,59,203); }
div.DivClassName
{
background-color: #AB3BCB;
}
.BgClassName
{
background-color: #AB3BCB;
}
</style>
border-color css
<style>
span { border-color: #AB3BCB; }
span { border-color: rgb(171,59,203); }
td.TdClassName
{
border-color: #AB3BCB;
}
.TagClassName
{
border-color: #AB3BCB;
}
</style>