Shades of Dark Orchid #A232BC
Tints of Dark Orchid #A232BC
RGB
CMYK
RGB Variations
Color information
#A232BC (or 0xA232BC) is known color: Dark Orchid. HEX triplet: A2, 32 and BC. RGB value is (162,50,188). Sum of RGB (Red+Green+Blue) = 162+50+188=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #A232BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232BC is #5DCD43. Grayscale: #626262. Windows color (decimal): -6147396 or 12333730. OLE color: 12333730.
HSL color Cylindrical-coordinate representation of color #A232BC: hue angle of 288.7º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A232BC is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 50 | 188 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.26 |
| HSL | 288.7º | 0.58% | 0.47% | - |
| HSV(B) | 288.7º | 0.73% | 0.74% | - |
| XYZ | 25.12 | 13.59 | 48.88 | - |
| YUV | 99.22 | 178.11 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 188 | 0.14 | 0.73 | 0 | 0.26 | 288.7 | 0.58 | 0.47 |
| Hex | A2 | 32 | BC | E | 49 | 0 | 1A | 121 | 3A | 2F |
| Octal | 242 | 62 | 274 | 16 | 111 | 0 | 32 | 441 | 72 | 57 |
| Binary | 10100010 | 110010 | 10111100 | 1110 | 1001001 | 0 | 11010 | 100100001 | 111010 | 101111 |
Color Harmonies of #A232BC
Complementary color
Monochromatic Colors of #A232BC
Black with #A232BC
Text Example
Text Example
White with #A232BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A232BC; }
p { color: rgb(162,50,188); }
H1.HeaderClassName
{
color: #A232BC;
}
.AnyTagClassName
{
color: #A232BC;
}
</style>
background-color css
<style>
a { background-color: #A232BC; }
a { background-color: rgb(162,50,188); }
div.DivClassName
{
background-color: #A232BC;
}
.BgClassName
{
background-color: #A232BC;
}
</style>
border-color css
<style>
span { border-color: #A232BC; }
span { border-color: rgb(162,50,188); }
td.TdClassName
{
border-color: #A232BC;
}
.TagClassName
{
border-color: #A232BC;
}
</style>