Shades of Dark Orchid #A32BCA
Tints of Dark Orchid #A32BCA
RGB
CMYK
RGB Variations
Color information
#A32BCA (or 0xA32BCA) is known color: Dark Orchid. HEX triplet: A3, 2B and CA. RGB value is (163,43,202). Sum of RGB (Red+Green+Blue) = 163+43+202=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #A32BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32BCA is #5CD435. Grayscale: #606060. Windows color (decimal): -6083638 or 13249443. OLE color: 13249443.
HSL color Cylindrical-coordinate representation of color #A32BCA: hue angle of 285.28º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32BCA is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 43 | 202 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.21 |
| HSL | 285.28º | 0.65% | 0.48% | - |
| HSV(B) | 285.28º | 0.79% | 0.79% | - |
| XYZ | 26.63 | 13.78 | 57.13 | - |
| YUV | 97.01 | 187.26 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 202 | 0.19 | 0.79 | 0 | 0.21 | 285.28 | 0.65 | 0.48 |
| Hex | A3 | 2B | CA | 13 | 4F | 0 | 15 | 11D | 41 | 30 |
| Octal | 243 | 53 | 312 | 23 | 117 | 0 | 25 | 435 | 101 | 60 |
| Binary | 10100011 | 101011 | 11001010 | 10011 | 1001111 | 0 | 10101 | 100011101 | 1000001 | 110000 |
Color Harmonies of #A32BCA
Complementary color
Monochromatic Colors of #A32BCA
Black with #A32BCA
Text Example
Text Example
White with #A32BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32BCA; }
p { color: rgb(163,43,202); }
H1.HeaderClassName
{
color: #A32BCA;
}
.AnyTagClassName
{
color: #A32BCA;
}
</style>
background-color css
<style>
a { background-color: #A32BCA; }
a { background-color: rgb(163,43,202); }
div.DivClassName
{
background-color: #A32BCA;
}
.BgClassName
{
background-color: #A32BCA;
}
</style>
border-color css
<style>
span { border-color: #A32BCA; }
span { border-color: rgb(163,43,202); }
td.TdClassName
{
border-color: #A32BCA;
}
.TagClassName
{
border-color: #A32BCA;
}
</style>