Shades of Dark Orchid #A232BB
Tints of Dark Orchid #A232BB
RGB
CMYK
RGB Variations
Color information
#A232BB (or 0xA232BB) is known color: Dark Orchid. HEX triplet: A2, 32 and BB. RGB value is (162,50,187). Sum of RGB (Red+Green+Blue) = 162+50+187=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #A232BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232BB is #5DCD44. Grayscale: #626262. Windows color (decimal): -6147397 or 12268194. OLE color: 12268194.
HSL color Cylindrical-coordinate representation of color #A232BB: hue angle of 289.05º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A232BB is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 50 | 187 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.27 |
| HSL | 289.05º | 0.58% | 0.46% | - |
| HSV(B) | 289.05º | 0.73% | 0.73% | - |
| XYZ | 25.01 | 13.55 | 48.31 | - |
| YUV | 99.11 | 177.61 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 187 | 0.13 | 0.73 | 0 | 0.27 | 289.05 | 0.58 | 0.46 |
| Hex | A2 | 32 | BB | D | 49 | 0 | 1B | 121 | 3A | 2E |
| Octal | 242 | 62 | 273 | 15 | 111 | 0 | 33 | 441 | 72 | 56 |
| Binary | 10100010 | 110010 | 10111011 | 1101 | 1001001 | 0 | 11011 | 100100001 | 111010 | 101110 |
Color Harmonies of #A232BB
Complementary color
Monochromatic Colors of #A232BB
Black with #A232BB
Text Example
Text Example
White with #A232BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A232BB; }
p { color: rgb(162,50,187); }
H1.HeaderClassName
{
color: #A232BB;
}
.AnyTagClassName
{
color: #A232BB;
}
</style>
background-color css
<style>
a { background-color: #A232BB; }
a { background-color: rgb(162,50,187); }
div.DivClassName
{
background-color: #A232BB;
}
.BgClassName
{
background-color: #A232BB;
}
</style>
border-color css
<style>
span { border-color: #A232BB; }
span { border-color: rgb(162,50,187); }
td.TdClassName
{
border-color: #A232BB;
}
.TagClassName
{
border-color: #A232BB;
}
</style>