Shades of Dark Orchid #A032CA
Tints of Dark Orchid #A032CA
RGB
CMYK
RGB Variations
Color information
#A032CA (or 0xA032CA) is known color: Dark Orchid. HEX triplet: A0, 32 and CA. RGB value is (160,50,202). Sum of RGB (Red+Green+Blue) = 160+50+202=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #A032CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032CA is #5FCD35. Grayscale: #636363. Windows color (decimal): -6278454 or 13251232. OLE color: 13251232.
HSL color Cylindrical-coordinate representation of color #A032CA: hue angle of 283.42º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A032CA is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 50 | 202 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.21 |
| HSL | 283.42º | 0.6% | 0.49% | - |
| HSV(B) | 283.42º | 0.75% | 0.79% | - |
| XYZ | 26.3 | 14.02 | 57.2 | - |
| YUV | 100.22 | 185.44 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 202 | 0.21 | 0.75 | 0 | 0.21 | 283.42 | 0.6 | 0.49 |
| Hex | A0 | 32 | CA | 15 | 4B | 0 | 15 | 11B | 3C | 31 |
| Octal | 240 | 62 | 312 | 25 | 113 | 0 | 25 | 433 | 74 | 61 |
| Binary | 10100000 | 110010 | 11001010 | 10101 | 1001011 | 0 | 10101 | 100011011 | 111100 | 110001 |
Color Harmonies of #A032CA
Complementary color
Monochromatic Colors of #A032CA
Black with #A032CA
Text Example
Text Example
White with #A032CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032CA; }
p { color: rgb(160,50,202); }
H1.HeaderClassName
{
color: #A032CA;
}
.AnyTagClassName
{
color: #A032CA;
}
</style>
background-color css
<style>
a { background-color: #A032CA; }
a { background-color: rgb(160,50,202); }
div.DivClassName
{
background-color: #A032CA;
}
.BgClassName
{
background-color: #A032CA;
}
</style>
border-color css
<style>
span { border-color: #A032CA; }
span { border-color: rgb(160,50,202); }
td.TdClassName
{
border-color: #A032CA;
}
.TagClassName
{
border-color: #A032CA;
}
</style>