Shades of Dark Orchid #A223BB
Tints of Dark Orchid #A223BB
RGB
CMYK
RGB Variations
Color information
#A223BB (or 0xA223BB) is known color: Dark Orchid. HEX triplet: A2, 23 and BB. RGB value is (162,35,187). Sum of RGB (Red+Green+Blue) = 162+35+187=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #A223BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A223BB is #5DDC44. Grayscale: #595959. Windows color (decimal): -6151237 or 12264354. OLE color: 12264354.
HSL color Cylindrical-coordinate representation of color #A223BB: hue angle of 290.13º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A223BB is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 35 | 187 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.27 |
| HSL | 290.13º | 0.68% | 0.44% | - |
| HSV(B) | 290.13º | 0.81% | 0.73% | - |
| XYZ | 24.47 | 12.47 | 48.13 | - |
| YUV | 90.3 | 182.58 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 187 | 0.13 | 0.81 | 0 | 0.27 | 290.13 | 0.68 | 0.44 |
| Hex | A2 | 23 | BB | D | 51 | 0 | 1B | 122 | 44 | 2C |
| Octal | 242 | 43 | 273 | 15 | 121 | 0 | 33 | 442 | 104 | 54 |
| Binary | 10100010 | 100011 | 10111011 | 1101 | 1010001 | 0 | 11011 | 100100010 | 1000100 | 101100 |
Color Harmonies of #A223BB
Complementary color
Monochromatic Colors of #A223BB
Black with #A223BB
Text Example
Text Example
White with #A223BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A223BB; }
p { color: rgb(162,35,187); }
H1.HeaderClassName
{
color: #A223BB;
}
.AnyTagClassName
{
color: #A223BB;
}
</style>
background-color css
<style>
a { background-color: #A223BB; }
a { background-color: rgb(162,35,187); }
div.DivClassName
{
background-color: #A223BB;
}
.BgClassName
{
background-color: #A223BB;
}
</style>
border-color css
<style>
span { border-color: #A223BB; }
span { border-color: rgb(162,35,187); }
td.TdClassName
{
border-color: #A223BB;
}
.TagClassName
{
border-color: #A223BB;
}
</style>