Shades of Dark Orchid #A320AE
Tints of Dark Orchid #A320AE
RGB
CMYK
RGB Variations
Color information
#A320AE (or 0xA320AE) is known color: Dark Orchid. HEX triplet: A3, 20 and AE. RGB value is (163,32,174). Sum of RGB (Red+Green+Blue) = 163+32+174=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #A320AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A320AE is #5CDF51. Grayscale: #565656. Windows color (decimal): -6086482 or 11411619. OLE color: 11411619.
HSL color Cylindrical-coordinate representation of color #A320AE: hue angle of 295.35º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A320AE is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 32 | 174 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.32 |
| HSL | 295.35º | 0.69% | 0.4% | - |
| HSV(B) | 295.35º | 0.82% | 0.68% | - |
| XYZ | 23.26 | 11.88 | 41.11 | - |
| YUV | 87.36 | 176.9 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 174 | 0.06 | 0.82 | 0 | 0.32 | 295.35 | 0.69 | 0.4 |
| Hex | A3 | 20 | AE | 6 | 52 | 0 | 20 | 127 | 45 | 28 |
| Octal | 243 | 40 | 256 | 6 | 122 | 0 | 40 | 447 | 105 | 50 |
| Binary | 10100011 | 100000 | 10101110 | 110 | 1010010 | 0 | 100000 | 100100111 | 1000101 | 101000 |
Color Harmonies of #A320AE
Complementary color
Monochromatic Colors of #A320AE
Black with #A320AE
Text Example
Text Example
White with #A320AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320AE; }
p { color: rgb(163,32,174); }
H1.HeaderClassName
{
color: #A320AE;
}
.AnyTagClassName
{
color: #A320AE;
}
</style>
background-color css
<style>
a { background-color: #A320AE; }
a { background-color: rgb(163,32,174); }
div.DivClassName
{
background-color: #A320AE;
}
.BgClassName
{
background-color: #A320AE;
}
</style>
border-color css
<style>
span { border-color: #A320AE; }
span { border-color: rgb(163,32,174); }
td.TdClassName
{
border-color: #A320AE;
}
.TagClassName
{
border-color: #A320AE;
}
</style>