Shades of Dark Orchid #AB34CE
Tints of Dark Orchid #AB34CE
RGB
CMYK
RGB Variations
Color information
#AB34CE (or 0xAB34CE) is known color: Dark Orchid. HEX triplet: AB, 34 and CE. RGB value is (171,52,206). Sum of RGB (Red+Green+Blue) = 171+52+206=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB34CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB34CE is #54CB31. Grayscale: #686868. Windows color (decimal): -5557042 or 13513899. OLE color: 13513899.
HSL color Cylindrical-coordinate representation of color #AB34CE: hue angle of 286.36º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB34CE is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 52 | 206 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.19 |
| HSL | 286.36º | 0.61% | 0.51% | - |
| HSV(B) | 286.36º | 0.75% | 0.81% | - |
| XYZ | 29.16 | 15.57 | 59.86 | - |
| YUV | 105.14 | 184.92 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 206 | 0.17 | 0.75 | 0 | 0.19 | 286.36 | 0.61 | 0.51 |
| Hex | AB | 34 | CE | 11 | 4B | 0 | 13 | 11E | 3D | 33 |
| Octal | 253 | 64 | 316 | 21 | 113 | 0 | 23 | 436 | 75 | 63 |
| Binary | 10101011 | 110100 | 11001110 | 10001 | 1001011 | 0 | 10011 | 100011110 | 111101 | 110011 |
Color Harmonies of #AB34CE
Complementary color
Monochromatic Colors of #AB34CE
Black with #AB34CE
Text Example
Text Example
White with #AB34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB34CE; }
p { color: rgb(171,52,206); }
H1.HeaderClassName
{
color: #AB34CE;
}
.AnyTagClassName
{
color: #AB34CE;
}
</style>
background-color css
<style>
a { background-color: #AB34CE; }
a { background-color: rgb(171,52,206); }
div.DivClassName
{
background-color: #AB34CE;
}
.BgClassName
{
background-color: #AB34CE;
}
</style>
border-color css
<style>
span { border-color: #AB34CE; }
span { border-color: rgb(171,52,206); }
td.TdClassName
{
border-color: #AB34CE;
}
.TagClassName
{
border-color: #AB34CE;
}
</style>