Shades of Dark Orchid #A223AD
Tints of Dark Orchid #A223AD
RGB
CMYK
RGB Variations
Color information
#A223AD (or 0xA223AD) is known color: Dark Orchid. HEX triplet: A2, 23 and AD. RGB value is (162,35,173). Sum of RGB (Red+Green+Blue) = 162+35+173=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #A223AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A223AD is #5DDC52. Grayscale: #585858. Windows color (decimal): -6151251 or 11346850. OLE color: 11346850.
HSL color Cylindrical-coordinate representation of color #A223AD: hue angle of 295.22º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A223AD is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 35 | 173 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.32 |
| HSL | 295.22º | 0.66% | 0.41% | - |
| HSV(B) | 295.22º | 0.8% | 0.68% | - |
| XYZ | 23.04 | 11.9 | 40.62 | - |
| YUV | 88.71 | 175.58 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 35 | 173 | 0.06 | 0.80 | 0 | 0.32 | 295.22 | 0.66 | 0.41 |
| Hex | A2 | 23 | AD | 6 | 50 | 0 | 20 | 127 | 42 | 29 |
| Octal | 242 | 43 | 255 | 6 | 120 | 0 | 40 | 447 | 102 | 51 |
| Binary | 10100010 | 100011 | 10101101 | 110 | 1010000 | 0 | 100000 | 100100111 | 1000010 | 101001 |
Color Harmonies of #A223AD
Complementary color
Monochromatic Colors of #A223AD
Black with #A223AD
Text Example
Text Example
White with #A223AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A223AD; }
p { color: rgb(162,35,173); }
H1.HeaderClassName
{
color: #A223AD;
}
.AnyTagClassName
{
color: #A223AD;
}
</style>
background-color css
<style>
a { background-color: #A223AD; }
a { background-color: rgb(162,35,173); }
div.DivClassName
{
background-color: #A223AD;
}
.BgClassName
{
background-color: #A223AD;
}
</style>
border-color css
<style>
span { border-color: #A223AD; }
span { border-color: rgb(162,35,173); }
td.TdClassName
{
border-color: #A223AD;
}
.TagClassName
{
border-color: #A223AD;
}
</style>