Shades of Dark Orchid #A032CC
Tints of Dark Orchid #A032CC
RGB
CMYK
RGB Variations
Color information
#A032CC (or 0xA032CC) is known color: Dark Orchid. HEX triplet: A0, 32 and CC. RGB value is (160,50,204). Sum of RGB (Red+Green+Blue) = 160+50+204=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #A032CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032CC is #5FCD33. Grayscale: #636363. Windows color (decimal): -6278452 or 13382304. OLE color: 13382304.
HSL color Cylindrical-coordinate representation of color #A032CC: hue angle of 282.86º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A032CC is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 50 | 204 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.2 |
| HSL | 282.86º | 0.61% | 0.5% | - |
| HSV(B) | 282.86º | 0.75% | 0.8% | - |
| XYZ | 26.54 | 14.11 | 58.45 | - |
| YUV | 100.45 | 186.44 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 204 | 0.22 | 0.75 | 0 | 0.2 | 282.86 | 0.61 | 0.5 |
| Hex | A0 | 32 | CC | 16 | 4B | 0 | 14 | 11B | 3D | 32 |
| Octal | 240 | 62 | 314 | 26 | 113 | 0 | 24 | 433 | 75 | 62 |
| Binary | 10100000 | 110010 | 11001100 | 10110 | 1001011 | 0 | 10100 | 100011011 | 111101 | 110010 |
Color Harmonies of #A032CC
Complementary color
Monochromatic Colors of #A032CC
Black with #A032CC
Text Example
Text Example
White with #A032CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032CC; }
p { color: rgb(160,50,204); }
H1.HeaderClassName
{
color: #A032CC;
}
.AnyTagClassName
{
color: #A032CC;
}
</style>
background-color css
<style>
a { background-color: #A032CC; }
a { background-color: rgb(160,50,204); }
div.DivClassName
{
background-color: #A032CC;
}
.BgClassName
{
background-color: #A032CC;
}
</style>
border-color css
<style>
span { border-color: #A032CC; }
span { border-color: rgb(160,50,204); }
td.TdClassName
{
border-color: #A032CC;
}
.TagClassName
{
border-color: #A032CC;
}
</style>