Shades of Dark Orchid #A032AB
Tints of Dark Orchid #A032AB
RGB
CMYK
RGB Variations
Color information
#A032AB (or 0xA032AB) is known color: Dark Orchid. HEX triplet: A0, 32 and AB. RGB value is (160,50,171). Sum of RGB (Red+Green+Blue) = 160+50+171=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #A032AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A032AB is #5FCD54. Grayscale: #606060. Windows color (decimal): -6278485 or 11219616. OLE color: 11219616.
HSL color Cylindrical-coordinate representation of color #A032AB: hue angle of 294.55º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A032AB is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 50 | 171 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.33 |
| HSL | 294.55º | 0.55% | 0.43% | - |
| HSV(B) | 294.55º | 0.71% | 0.67% | - |
| XYZ | 22.99 | 12.7 | 39.77 | - |
| YUV | 96.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 171 | 0.06 | 0.71 | 0 | 0.33 | 294.55 | 0.55 | 0.43 |
| Hex | A0 | 32 | AB | 6 | 47 | 0 | 21 | 127 | 37 | 2B |
| Octal | 240 | 62 | 253 | 6 | 107 | 0 | 41 | 447 | 67 | 53 |
| Binary | 10100000 | 110010 | 10101011 | 110 | 1000111 | 0 | 100001 | 100100111 | 110111 | 101011 |
Color Harmonies of #A032AB
Complementary color
Monochromatic Colors of #A032AB
Black with #A032AB
Text Example
Text Example
White with #A032AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032AB; }
p { color: rgb(160,50,171); }
H1.HeaderClassName
{
color: #A032AB;
}
.AnyTagClassName
{
color: #A032AB;
}
</style>
background-color css
<style>
a { background-color: #A032AB; }
a { background-color: rgb(160,50,171); }
div.DivClassName
{
background-color: #A032AB;
}
.BgClassName
{
background-color: #A032AB;
}
</style>
border-color css
<style>
span { border-color: #A032AB; }
span { border-color: rgb(160,50,171); }
td.TdClassName
{
border-color: #A032AB;
}
.TagClassName
{
border-color: #A032AB;
}
</style>