Shades of Dark Orchid #A32BBE
Tints of Dark Orchid #A32BBE
RGB
CMYK
RGB Variations
Color information
#A32BBE (or 0xA32BBE) is known color: Dark Orchid. HEX triplet: A3, 2B and BE. RGB value is (163,43,190). Sum of RGB (Red+Green+Blue) = 163+43+190=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #A32BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32BBE is #5CD441. Grayscale: #5F5F5F. Windows color (decimal): -6083650 or 12463011. OLE color: 12463011.
HSL color Cylindrical-coordinate representation of color #A32BBE: hue angle of 288.98º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32BBE is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 43 | 190 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.25 |
| HSL | 288.98º | 0.63% | 0.46% | - |
| HSV(B) | 288.98º | 0.77% | 0.75% | - |
| XYZ | 25.26 | 13.23 | 49.94 | - |
| YUV | 95.64 | 181.26 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 43 | 190 | 0.14 | 0.77 | 0 | 0.25 | 288.98 | 0.63 | 0.46 |
| Hex | A3 | 2B | BE | E | 4D | 0 | 19 | 121 | 3F | 2E |
| Octal | 243 | 53 | 276 | 16 | 115 | 0 | 31 | 441 | 77 | 56 |
| Binary | 10100011 | 101011 | 10111110 | 1110 | 1001101 | 0 | 11001 | 100100001 | 111111 | 101110 |
Color Harmonies of #A32BBE
Complementary color
Monochromatic Colors of #A32BBE
Black with #A32BBE
Text Example
Text Example
White with #A32BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32BBE; }
p { color: rgb(163,43,190); }
H1.HeaderClassName
{
color: #A32BBE;
}
.AnyTagClassName
{
color: #A32BBE;
}
</style>
background-color css
<style>
a { background-color: #A32BBE; }
a { background-color: rgb(163,43,190); }
div.DivClassName
{
background-color: #A32BBE;
}
.BgClassName
{
background-color: #A32BBE;
}
</style>
border-color css
<style>
span { border-color: #A32BBE; }
span { border-color: rgb(163,43,190); }
td.TdClassName
{
border-color: #A32BBE;
}
.TagClassName
{
border-color: #A32BBE;
}
</style>