Shades of Dark Orchid #AB34CB
Tints of Dark Orchid #AB34CB
RGB
CMYK
RGB Variations
Color information
#AB34CB (or 0xAB34CB) is known color: Dark Orchid. HEX triplet: AB, 34 and CB. RGB value is (171,52,203). Sum of RGB (Red+Green+Blue) = 171+52+203=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB34CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB34CB is #54CB34. Grayscale: #686868. Windows color (decimal): -5557045 or 13317291. OLE color: 13317291.
HSL color Cylindrical-coordinate representation of color #AB34CB: hue angle of 287.28º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB34CB is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 52 | 203 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.20 |
| HSL | 287.28º | 0.59% | 0.5% | - |
| HSV(B) | 287.28º | 0.74% | 0.8% | - |
| XYZ | 28.8 | 15.43 | 57.96 | - |
| YUV | 104.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 203 | 0.16 | 0.74 | 0 | 0.20 | 287.28 | 0.59 | 0.5 |
| Hex | AB | 34 | CB | 10 | 4A | 0 | 14 | 11F | 3B | 32 |
| Octal | 253 | 64 | 313 | 20 | 112 | 0 | 24 | 437 | 73 | 62 |
| Binary | 10101011 | 110100 | 11001011 | 10000 | 1001010 | 0 | 10100 | 100011111 | 111011 | 110010 |
Color Harmonies of #AB34CB
Complementary color
Monochromatic Colors of #AB34CB
Black with #AB34CB
Text Example
Text Example
White with #AB34CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB34CB; }
p { color: rgb(171,52,203); }
H1.HeaderClassName
{
color: #AB34CB;
}
.AnyTagClassName
{
color: #AB34CB;
}
</style>
background-color css
<style>
a { background-color: #AB34CB; }
a { background-color: rgb(171,52,203); }
div.DivClassName
{
background-color: #AB34CB;
}
.BgClassName
{
background-color: #AB34CB;
}
</style>
border-color css
<style>
span { border-color: #AB34CB; }
span { border-color: rgb(171,52,203); }
td.TdClassName
{
border-color: #AB34CB;
}
.TagClassName
{
border-color: #AB34CB;
}
</style>