Shades of Dark Orchid #A334AD
Tints of Dark Orchid #A334AD
RGB
CMYK
RGB Variations
Color information
#A334AD (or 0xA334AD) is known color: Dark Orchid. HEX triplet: A3, 34 and AD. RGB value is (163,52,173). Sum of RGB (Red+Green+Blue) = 163+52+173=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #A334AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A334AD is #5CCB52. Grayscale: #626262. Windows color (decimal): -6081363 or 11351203. OLE color: 11351203.
HSL color Cylindrical-coordinate representation of color #A334AD: hue angle of 295.04º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A334AD is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 52 | 173 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.32 |
| HSL | 295.04º | 0.54% | 0.44% | - |
| HSV(B) | 295.04º | 0.7% | 0.68% | - |
| XYZ | 23.88 | 13.26 | 40.84 | - |
| YUV | 98.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 173 | 0.06 | 0.70 | 0 | 0.32 | 295.04 | 0.54 | 0.44 |
| Hex | A3 | 34 | AD | 6 | 46 | 0 | 20 | 127 | 36 | 2C |
| Octal | 243 | 64 | 255 | 6 | 106 | 0 | 40 | 447 | 66 | 54 |
| Binary | 10100011 | 110100 | 10101101 | 110 | 1000110 | 0 | 100000 | 100100111 | 110110 | 101100 |
Color Harmonies of #A334AD
Complementary color
Monochromatic Colors of #A334AD
Black with #A334AD
Text Example
Text Example
White with #A334AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334AD; }
p { color: rgb(163,52,173); }
H1.HeaderClassName
{
color: #A334AD;
}
.AnyTagClassName
{
color: #A334AD;
}
</style>
background-color css
<style>
a { background-color: #A334AD; }
a { background-color: rgb(163,52,173); }
div.DivClassName
{
background-color: #A334AD;
}
.BgClassName
{
background-color: #A334AD;
}
</style>
border-color css
<style>
span { border-color: #A334AD; }
span { border-color: rgb(163,52,173); }
td.TdClassName
{
border-color: #A334AD;
}
.TagClassName
{
border-color: #A334AD;
}
</style>