Shades of Dark Orchid #A323AB
Tints of Dark Orchid #A323AB
RGB
CMYK
RGB Variations
Color information
#A323AB (or 0xA323AB) is known color: Dark Orchid. HEX triplet: A3, 23 and AB. RGB value is (163,35,171). Sum of RGB (Red+Green+Blue) = 163+35+171=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #A323AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A323AB is #5CDC54. Grayscale: #585858. Windows color (decimal): -6085717 or 11215779. OLE color: 11215779.
HSL color Cylindrical-coordinate representation of color #A323AB: hue angle of 296.47º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A323AB is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 35 | 171 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.33 |
| HSL | 296.47º | 0.66% | 0.4% | - |
| HSV(B) | 296.47º | 0.8% | 0.67% | - |
| XYZ | 23.06 | 11.93 | 39.62 | - |
| YUV | 88.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 171 | 0.05 | 0.80 | 0 | 0.33 | 296.47 | 0.66 | 0.4 |
| Hex | A3 | 23 | AB | 5 | 50 | 0 | 21 | 128 | 42 | 28 |
| Octal | 243 | 43 | 253 | 5 | 120 | 0 | 41 | 450 | 102 | 50 |
| Binary | 10100011 | 100011 | 10101011 | 101 | 1010000 | 0 | 100001 | 100101000 | 1000010 | 101000 |
Color Harmonies of #A323AB
Complementary color
Monochromatic Colors of #A323AB
Black with #A323AB
Text Example
Text Example
White with #A323AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323AB; }
p { color: rgb(163,35,171); }
H1.HeaderClassName
{
color: #A323AB;
}
.AnyTagClassName
{
color: #A323AB;
}
</style>
background-color css
<style>
a { background-color: #A323AB; }
a { background-color: rgb(163,35,171); }
div.DivClassName
{
background-color: #A323AB;
}
.BgClassName
{
background-color: #A323AB;
}
</style>
border-color css
<style>
span { border-color: #A323AB; }
span { border-color: rgb(163,35,171); }
td.TdClassName
{
border-color: #A323AB;
}
.TagClassName
{
border-color: #A323AB;
}
</style>