Shades of Dark Orchid #A228BD
Tints of Dark Orchid #A228BD
RGB
CMYK
RGB Variations
Color information
#A228BD (or 0xA228BD) is known color: Dark Orchid. HEX triplet: A2, 28 and BD. RGB value is (162,40,189). Sum of RGB (Red+Green+Blue) = 162+40+189=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #A228BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228BD is #5DD742. Grayscale: #5C5C5C. Windows color (decimal): -6149955 or 12396706. OLE color: 12396706.
HSL color Cylindrical-coordinate representation of color #A228BD: hue angle of 289.13º 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 #A228BD is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 40 | 189 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.26 |
| HSL | 289.13º | 0.65% | 0.45% | - |
| HSV(B) | 289.13º | 0.79% | 0.74% | - |
| XYZ | 24.84 | 12.87 | 49.32 | - |
| YUV | 93.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 189 | 0.14 | 0.79 | 0 | 0.26 | 289.13 | 0.65 | 0.45 |
| Hex | A2 | 28 | BD | E | 4F | 0 | 1A | 121 | 41 | 2D |
| Octal | 242 | 50 | 275 | 16 | 117 | 0 | 32 | 441 | 101 | 55 |
| Binary | 10100010 | 101000 | 10111101 | 1110 | 1001111 | 0 | 11010 | 100100001 | 1000001 | 101101 |
Color Harmonies of #A228BD
Complementary color
Monochromatic Colors of #A228BD
Black with #A228BD
Text Example
Text Example
White with #A228BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A228BD; }
p { color: rgb(162,40,189); }
H1.HeaderClassName
{
color: #A228BD;
}
.AnyTagClassName
{
color: #A228BD;
}
</style>
background-color css
<style>
a { background-color: #A228BD; }
a { background-color: rgb(162,40,189); }
div.DivClassName
{
background-color: #A228BD;
}
.BgClassName
{
background-color: #A228BD;
}
</style>
border-color css
<style>
span { border-color: #A228BD; }
span { border-color: rgb(162,40,189); }
td.TdClassName
{
border-color: #A228BD;
}
.TagClassName
{
border-color: #A228BD;
}
</style>