Shades of Dark Orchid #A032CB
Tints of Dark Orchid #A032CB
RGB
CMYK
RGB Variations
Color information
#A032CB (or 0xA032CB) is known color: Dark Orchid. HEX triplet: A0, 32 and CB. RGB value is (160,50,203). Sum of RGB (Red+Green+Blue) = 160+50+203=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #A032CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032CB is #5FCD34. Grayscale: #636363. Windows color (decimal): -6278453 or 13316768. OLE color: 13316768.
HSL color Cylindrical-coordinate representation of color #A032CB: hue angle of 283.14º degrees, saturation: 0.6, 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 #A032CB is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 50 | 203 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.20 |
| HSL | 283.14º | 0.6% | 0.5% | - |
| HSV(B) | 283.14º | 0.75% | 0.8% | - |
| XYZ | 26.42 | 14.07 | 57.82 | - |
| YUV | 100.33 | 185.94 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 203 | 0.21 | 0.75 | 0 | 0.20 | 283.14 | 0.6 | 0.5 |
| Hex | A0 | 32 | CB | 15 | 4B | 0 | 14 | 11B | 3C | 32 |
| Octal | 240 | 62 | 313 | 25 | 113 | 0 | 24 | 433 | 74 | 62 |
| Binary | 10100000 | 110010 | 11001011 | 10101 | 1001011 | 0 | 10100 | 100011011 | 111100 | 110010 |
Color Harmonies of #A032CB
Complementary color
Monochromatic Colors of #A032CB
Black with #A032CB
Text Example
Text Example
White with #A032CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A032CB; }
p { color: rgb(160,50,203); }
H1.HeaderClassName
{
color: #A032CB;
}
.AnyTagClassName
{
color: #A032CB;
}
</style>
background-color css
<style>
a { background-color: #A032CB; }
a { background-color: rgb(160,50,203); }
div.DivClassName
{
background-color: #A032CB;
}
.BgClassName
{
background-color: #A032CB;
}
</style>
border-color css
<style>
span { border-color: #A032CB; }
span { border-color: rgb(160,50,203); }
td.TdClassName
{
border-color: #A032CB;
}
.TagClassName
{
border-color: #A032CB;
}
</style>