Shades of Dark Orchid #A232B2
Tints of Dark Orchid #A232B2
RGB
CMYK
RGB Variations
Color information
#A232B2 (or 0xA232B2) is known color: Dark Orchid. HEX triplet: A2, 32 and B2. RGB value is (162,50,178). Sum of RGB (Red+Green+Blue) = 162+50+178=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #A232B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A232B2 is #5DCD4D. Grayscale: #616161. Windows color (decimal): -6147406 or 11678370. OLE color: 11678370.
HSL color Cylindrical-coordinate representation of color #A232B2: hue angle of 292.5º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A232B2 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 50 | 178 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.30 |
| HSL | 292.5º | 0.56% | 0.45% | - |
| HSV(B) | 292.5º | 0.72% | 0.7% | - |
| XYZ | 24.08 | 13.18 | 43.39 | - |
| YUV | 98.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 178 | 0.09 | 0.72 | 0 | 0.30 | 292.5 | 0.56 | 0.45 |
| Hex | A2 | 32 | B2 | 9 | 48 | 0 | 1E | 124 | 38 | 2D |
| Octal | 242 | 62 | 262 | 11 | 110 | 0 | 36 | 444 | 70 | 55 |
| Binary | 10100010 | 110010 | 10110010 | 1001 | 1001000 | 0 | 11110 | 100100100 | 111000 | 101101 |
Color Harmonies of #A232B2
Complementary color
Monochromatic Colors of #A232B2
Black with #A232B2
Text Example
Text Example
White with #A232B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A232B2; }
p { color: rgb(162,50,178); }
H1.HeaderClassName
{
color: #A232B2;
}
.AnyTagClassName
{
color: #A232B2;
}
</style>
background-color css
<style>
a { background-color: #A232B2; }
a { background-color: rgb(162,50,178); }
div.DivClassName
{
background-color: #A232B2;
}
.BgClassName
{
background-color: #A232B2;
}
</style>
border-color css
<style>
span { border-color: #A232B2; }
span { border-color: rgb(162,50,178); }
td.TdClassName
{
border-color: #A232B2;
}
.TagClassName
{
border-color: #A232B2;
}
</style>