Shades of Dark Orchid #A32ACB
Tints of Dark Orchid #A32ACB
RGB
CMYK
RGB Variations
Color information
#A32ACB (or 0xA32ACB) is known color: Dark Orchid. HEX triplet: A3, 2A and CB. RGB value is (163,42,203). Sum of RGB (Red+Green+Blue) = 163+42+203=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #A32ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ACB is #5CD534. Grayscale: #606060. Windows color (decimal): -6083893 or 13314723. OLE color: 13314723.
HSL color Cylindrical-coordinate representation of color #A32ACB: hue angle of 285.09º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32ACB is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 42 | 203 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.20 |
| HSL | 285.09º | 0.66% | 0.48% | - |
| HSV(B) | 285.09º | 0.79% | 0.8% | - |
| XYZ | 26.71 | 13.75 | 57.75 | - |
| YUV | 96.53 | 188.09 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 203 | 0.20 | 0.79 | 0 | 0.20 | 285.09 | 0.66 | 0.48 |
| Hex | A3 | 2A | CB | 14 | 4F | 0 | 14 | 11D | 42 | 30 |
| Octal | 243 | 52 | 313 | 24 | 117 | 0 | 24 | 435 | 102 | 60 |
| Binary | 10100011 | 101010 | 11001011 | 10100 | 1001111 | 0 | 10100 | 100011101 | 1000010 | 110000 |
Color Harmonies of #A32ACB
Complementary color
Monochromatic Colors of #A32ACB
Black with #A32ACB
Text Example
Text Example
White with #A32ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32ACB; }
p { color: rgb(163,42,203); }
H1.HeaderClassName
{
color: #A32ACB;
}
.AnyTagClassName
{
color: #A32ACB;
}
</style>
background-color css
<style>
a { background-color: #A32ACB; }
a { background-color: rgb(163,42,203); }
div.DivClassName
{
background-color: #A32ACB;
}
.BgClassName
{
background-color: #A32ACB;
}
</style>
border-color css
<style>
span { border-color: #A32ACB; }
span { border-color: rgb(163,42,203); }
td.TdClassName
{
border-color: #A32ACB;
}
.TagClassName
{
border-color: #A32ACB;
}
</style>