Shades of Dark Orchid #A032D1
Tints of Dark Orchid #A032D1
RGB
CMYK
RGB Variations
Color information
#A032D1 (or 0xA032D1) is known color: Dark Orchid. HEX triplet: A0, 32 and D1. RGB value is (160,50,209). Sum of RGB (Red+Green+Blue) = 160+50+209=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #A032D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032D1 is #5FCD2E. Grayscale: #646464. Windows color (decimal): -6278447 or 13709984. OLE color: 13709984.
HSL color Cylindrical-coordinate representation of color #A032D1: hue angle of 281.51º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A032D1 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 50 | 209 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.18 |
| HSL | 281.51º | 0.63% | 0.51% | - |
| HSV(B) | 281.51º | 0.76% | 0.82% | - |
| XYZ | 27.15 | 14.36 | 61.66 | - |
| YUV | 101.02 | 188.94 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 209 | 0.23 | 0.76 | 0 | 0.18 | 281.51 | 0.63 | 0.51 |
| Hex | A0 | 32 | D1 | 17 | 4C | 0 | 12 | 11A | 3F | 33 |
| Octal | 240 | 62 | 321 | 27 | 114 | 0 | 22 | 432 | 77 | 63 |
| Binary | 10100000 | 110010 | 11010001 | 10111 | 1001100 | 0 | 10010 | 100011010 | 111111 | 110011 |
Color Harmonies of #A032D1
Complementary color
Monochromatic Colors of #A032D1
Black with #A032D1
Text Example
Text Example
White with #A032D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032D1; }
p { color: rgb(160,50,209); }
H1.HeaderClassName
{
color: #A032D1;
}
.AnyTagClassName
{
color: #A032D1;
}
</style>
background-color css
<style>
a { background-color: #A032D1; }
a { background-color: rgb(160,50,209); }
div.DivClassName
{
background-color: #A032D1;
}
.BgClassName
{
background-color: #A032D1;
}
</style>
border-color css
<style>
span { border-color: #A032D1; }
span { border-color: rgb(160,50,209); }
td.TdClassName
{
border-color: #A032D1;
}
.TagClassName
{
border-color: #A032D1;
}
</style>