Shades of Dark Orchid #AB32DA
Tints of Dark Orchid #AB32DA
RGB
CMYK
RGB Variations
Color information
#AB32DA (or 0xAB32DA) is known color: Dark Orchid. HEX triplet: AB, 32 and DA. RGB value is (171,50,218). Sum of RGB (Red+Green+Blue) = 171+50+218=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB32DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32DA is #54CD25. Grayscale: #686868. Windows color (decimal): -5557542 or 14299819. OLE color: 14299819.
HSL color Cylindrical-coordinate representation of color #AB32DA: hue angle of 283.21º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB32DA is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 50 | 218 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.15 |
| HSL | 283.21º | 0.69% | 0.53% | - |
| HSV(B) | 283.21º | 0.77% | 0.85% | - |
| XYZ | 30.59 | 16 | 67.81 | - |
| YUV | 105.33 | 191.59 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 218 | 0.22 | 0.77 | 0 | 0.15 | 283.21 | 0.69 | 0.53 |
| Hex | AB | 32 | DA | 16 | 4D | 0 | F | 11B | 45 | 35 |
| Octal | 253 | 62 | 332 | 26 | 115 | 0 | 17 | 433 | 105 | 65 |
| Binary | 10101011 | 110010 | 11011010 | 10110 | 1001101 | 0 | 1111 | 100011011 | 1000101 | 110101 |
Color Harmonies of #AB32DA
Complementary color
Monochromatic Colors of #AB32DA
Black with #AB32DA
Text Example
Text Example
White with #AB32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB32DA; }
p { color: rgb(171,50,218); }
H1.HeaderClassName
{
color: #AB32DA;
}
.AnyTagClassName
{
color: #AB32DA;
}
</style>
background-color css
<style>
a { background-color: #AB32DA; }
a { background-color: rgb(171,50,218); }
div.DivClassName
{
background-color: #AB32DA;
}
.BgClassName
{
background-color: #AB32DA;
}
</style>
border-color css
<style>
span { border-color: #AB32DA; }
span { border-color: rgb(171,50,218); }
td.TdClassName
{
border-color: #AB32DA;
}
.TagClassName
{
border-color: #AB32DA;
}
</style>