Shades of Dark Orchid #A32BAE
Tints of Dark Orchid #A32BAE
RGB
CMYK
RGB Variations
Color information
#A32BAE (or 0xA32BAE) is known color: Dark Orchid. HEX triplet: A3, 2B and AE. RGB value is (163,43,174). Sum of RGB (Red+Green+Blue) = 163+43+174=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #A32BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32BAE is #5CD451. Grayscale: #5D5D5D. Windows color (decimal): -6083666 or 11414435. OLE color: 11414435.
HSL color Cylindrical-coordinate representation of color #A32BAE: hue angle of 294.96º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32BAE is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 43 | 174 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.32 |
| HSL | 294.96º | 0.6% | 0.43% | - |
| HSV(B) | 294.96º | 0.75% | 0.68% | - |
| XYZ | 23.61 | 12.57 | 41.23 | - |
| YUV | 93.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 174 | 0.06 | 0.75 | 0 | 0.32 | 294.96 | 0.6 | 0.43 |
| Hex | A3 | 2B | AE | 6 | 4B | 0 | 20 | 127 | 3C | 2B |
| Octal | 243 | 53 | 256 | 6 | 113 | 0 | 40 | 447 | 74 | 53 |
| Binary | 10100011 | 101011 | 10101110 | 110 | 1001011 | 0 | 100000 | 100100111 | 111100 | 101011 |
Color Harmonies of #A32BAE
Complementary color
Monochromatic Colors of #A32BAE
Black with #A32BAE
Text Example
Text Example
White with #A32BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32BAE; }
p { color: rgb(163,43,174); }
H1.HeaderClassName
{
color: #A32BAE;
}
.AnyTagClassName
{
color: #A32BAE;
}
</style>
background-color css
<style>
a { background-color: #A32BAE; }
a { background-color: rgb(163,43,174); }
div.DivClassName
{
background-color: #A32BAE;
}
.BgClassName
{
background-color: #A32BAE;
}
</style>
border-color css
<style>
span { border-color: #A32BAE; }
span { border-color: rgb(163,43,174); }
td.TdClassName
{
border-color: #A32BAE;
}
.TagClassName
{
border-color: #A32BAE;
}
</style>