Shades of Dark Orchid #A323A9
Tints of Dark Orchid #A323A9
RGB
CMYK
RGB Variations
Color information
#A323A9 (or 0xA323A9) is known color: Dark Orchid. HEX triplet: A3, 23 and A9. RGB value is (163,35,169). Sum of RGB (Red+Green+Blue) = 163+35+169=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 169 - color contains mainly: blue. Hex color #A323A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A323A9 is #5CDC56. Grayscale: #585858. Windows color (decimal): -6085719 or 11084707. OLE color: 11084707.
HSL color Cylindrical-coordinate representation of color #A323A9: hue angle of 297.31º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A323A9 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 35 | 169 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.34 |
| HSL | 297.31º | 0.66% | 0.4% | - |
| HSV(B) | 297.31º | 0.79% | 0.66% | - |
| XYZ | 22.87 | 11.85 | 38.62 | - |
| YUV | 88.55 | 173.41 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 169 | 0.04 | 0.79 | 0 | 0.34 | 297.31 | 0.66 | 0.4 |
| Hex | A3 | 23 | A9 | 4 | 4F | 0 | 22 | 129 | 42 | 28 |
| Octal | 243 | 43 | 251 | 4 | 117 | 0 | 42 | 451 | 102 | 50 |
| Binary | 10100011 | 100011 | 10101001 | 100 | 1001111 | 0 | 100010 | 100101001 | 1000010 | 101000 |
Color Harmonies of #A323A9
Complementary color
Monochromatic Colors of #A323A9
Black with #A323A9
Text Example
Text Example
White with #A323A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323A9; }
p { color: rgb(163,35,169); }
H1.HeaderClassName
{
color: #A323A9;
}
.AnyTagClassName
{
color: #A323A9;
}
</style>
background-color css
<style>
a { background-color: #A323A9; }
a { background-color: rgb(163,35,169); }
div.DivClassName
{
background-color: #A323A9;
}
.BgClassName
{
background-color: #A323A9;
}
</style>
border-color css
<style>
span { border-color: #A323A9; }
span { border-color: rgb(163,35,169); }
td.TdClassName
{
border-color: #A323A9;
}
.TagClassName
{
border-color: #A323A9;
}
</style>