Shades of Dark Orchid #A228BC
Tints of Dark Orchid #A228BC
RGB
CMYK
RGB Variations
Color information
#A228BC (or 0xA228BC) is known color: Dark Orchid. HEX triplet: A2, 28 and BC. RGB value is (162,40,188). Sum of RGB (Red+Green+Blue) = 162+40+188=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #A228BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228BC is #5DD743. Grayscale: #5C5C5C. Windows color (decimal): -6149956 or 12331170. OLE color: 12331170.
HSL color Cylindrical-coordinate representation of color #A228BC: hue angle of 289.46º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A228BC is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 40 | 188 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.26 |
| HSL | 289.46º | 0.65% | 0.45% | - |
| HSV(B) | 289.46º | 0.79% | 0.74% | - |
| XYZ | 24.74 | 12.83 | 48.75 | - |
| YUV | 93.35 | 181.42 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 188 | 0.14 | 0.79 | 0 | 0.26 | 289.46 | 0.65 | 0.45 |
| Hex | A2 | 28 | BC | E | 4F | 0 | 1A | 121 | 41 | 2D |
| Octal | 242 | 50 | 274 | 16 | 117 | 0 | 32 | 441 | 101 | 55 |
| Binary | 10100010 | 101000 | 10111100 | 1110 | 1001111 | 0 | 11010 | 100100001 | 1000001 | 101101 |
Color Harmonies of #A228BC
Complementary color
Monochromatic Colors of #A228BC
Black with #A228BC
Text Example
Text Example
White with #A228BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228BC; }
p { color: rgb(162,40,188); }
H1.HeaderClassName
{
color: #A228BC;
}
.AnyTagClassName
{
color: #A228BC;
}
</style>
background-color css
<style>
a { background-color: #A228BC; }
a { background-color: rgb(162,40,188); }
div.DivClassName
{
background-color: #A228BC;
}
.BgClassName
{
background-color: #A228BC;
}
</style>
border-color css
<style>
span { border-color: #A228BC; }
span { border-color: rgb(162,40,188); }
td.TdClassName
{
border-color: #A228BC;
}
.TagClassName
{
border-color: #A228BC;
}
</style>