Shades of Dark Orchid #A332AD
Tints of Dark Orchid #A332AD
RGB
CMYK
RGB Variations
Color information
#A332AD (or 0xA332AD) is known color: Dark Orchid. HEX triplet: A3, 32 and AD. RGB value is (163,50,173). Sum of RGB (Red+Green+Blue) = 163+50+173=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #A332AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A332AD is #5CCD52. Grayscale: #616161. Windows color (decimal): -6081875 or 11350691. OLE color: 11350691.
HSL color Cylindrical-coordinate representation of color #A332AD: hue angle of 295.12º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A332AD is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 50 | 173 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.32 |
| HSL | 295.12º | 0.55% | 0.44% | - |
| HSV(B) | 295.12º | 0.71% | 0.68% | - |
| XYZ | 23.79 | 13.08 | 40.81 | - |
| YUV | 97.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 173 | 0.06 | 0.71 | 0 | 0.32 | 295.12 | 0.55 | 0.44 |
| Hex | A3 | 32 | AD | 6 | 47 | 0 | 20 | 127 | 37 | 2C |
| Octal | 243 | 62 | 255 | 6 | 107 | 0 | 40 | 447 | 67 | 54 |
| Binary | 10100011 | 110010 | 10101101 | 110 | 1000111 | 0 | 100000 | 100100111 | 110111 | 101100 |
Color Harmonies of #A332AD
Complementary color
Monochromatic Colors of #A332AD
Black with #A332AD
Text Example
Text Example
White with #A332AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A332AD; }
p { color: rgb(163,50,173); }
H1.HeaderClassName
{
color: #A332AD;
}
.AnyTagClassName
{
color: #A332AD;
}
</style>
background-color css
<style>
a { background-color: #A332AD; }
a { background-color: rgb(163,50,173); }
div.DivClassName
{
background-color: #A332AD;
}
.BgClassName
{
background-color: #A332AD;
}
</style>
border-color css
<style>
span { border-color: #A332AD; }
span { border-color: rgb(163,50,173); }
td.TdClassName
{
border-color: #A332AD;
}
.TagClassName
{
border-color: #A332AD;
}
</style>