Shades of Dark Orchid #AB34B7
Tints of Dark Orchid #AB34B7
RGB
CMYK
RGB Variations
Color information
#AB34B7 (or 0xAB34B7) is known color: Dark Orchid. HEX triplet: AB, 34 and B7. RGB value is (171,52,183). Sum of RGB (Red+Green+Blue) = 171+52+183=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB34B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB34B7 is #54CB48. Grayscale: #666666. Windows color (decimal): -5557065 or 12006571. OLE color: 12006571.
HSL color Cylindrical-coordinate representation of color #AB34B7: hue angle of 294.5º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB34B7 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 52 | 183 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.28 |
| HSL | 294.5º | 0.56% | 0.46% | - |
| HSV(B) | 294.5º | 0.72% | 0.72% | - |
| XYZ | 26.57 | 14.53 | 46.2 | - |
| YUV | 102.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 183 | 0.07 | 0.72 | 0 | 0.28 | 294.5 | 0.56 | 0.46 |
| Hex | AB | 34 | B7 | 7 | 48 | 0 | 1C | 127 | 38 | 2E |
| Octal | 253 | 64 | 267 | 7 | 110 | 0 | 34 | 447 | 70 | 56 |
| Binary | 10101011 | 110100 | 10110111 | 111 | 1001000 | 0 | 11100 | 100100111 | 111000 | 101110 |
Color Harmonies of #AB34B7
Complementary color
Monochromatic Colors of #AB34B7
Black with #AB34B7
Text Example
Text Example
White with #AB34B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB34B7; }
p { color: rgb(171,52,183); }
H1.HeaderClassName
{
color: #AB34B7;
}
.AnyTagClassName
{
color: #AB34B7;
}
</style>
background-color css
<style>
a { background-color: #AB34B7; }
a { background-color: rgb(171,52,183); }
div.DivClassName
{
background-color: #AB34B7;
}
.BgClassName
{
background-color: #AB34B7;
}
</style>
border-color css
<style>
span { border-color: #AB34B7; }
span { border-color: rgb(171,52,183); }
td.TdClassName
{
border-color: #AB34B7;
}
.TagClassName
{
border-color: #AB34B7;
}
</style>