Shades of Dark Orchid #A334AB
Tints of Dark Orchid #A334AB
RGB
CMYK
RGB Variations
Color information
#A334AB (or 0xA334AB) is known color: Dark Orchid. HEX triplet: A3, 34 and AB. RGB value is (163,52,171). Sum of RGB (Red+Green+Blue) = 163+52+171=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #A334AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A334AB is #5CCB54. Grayscale: #626262. Windows color (decimal): -6081365 or 11220131. OLE color: 11220131.
HSL color Cylindrical-coordinate representation of color #A334AB: hue angle of 295.97º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A334AB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 52 | 171 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.33 |
| HSL | 295.97º | 0.53% | 0.44% | - |
| HSV(B) | 295.97º | 0.7% | 0.67% | - |
| XYZ | 23.68 | 13.18 | 39.82 | - |
| YUV | 98.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 171 | 0.05 | 0.70 | 0 | 0.33 | 295.97 | 0.53 | 0.44 |
| Hex | A3 | 34 | AB | 5 | 46 | 0 | 21 | 128 | 35 | 2C |
| Octal | 243 | 64 | 253 | 5 | 106 | 0 | 41 | 450 | 65 | 54 |
| Binary | 10100011 | 110100 | 10101011 | 101 | 1000110 | 0 | 100001 | 100101000 | 110101 | 101100 |
Color Harmonies of #A334AB
Complementary color
Monochromatic Colors of #A334AB
Black with #A334AB
Text Example
Text Example
White with #A334AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334AB; }
p { color: rgb(163,52,171); }
H1.HeaderClassName
{
color: #A334AB;
}
.AnyTagClassName
{
color: #A334AB;
}
</style>
background-color css
<style>
a { background-color: #A334AB; }
a { background-color: rgb(163,52,171); }
div.DivClassName
{
background-color: #A334AB;
}
.BgClassName
{
background-color: #A334AB;
}
</style>
border-color css
<style>
span { border-color: #A334AB; }
span { border-color: rgb(163,52,171); }
td.TdClassName
{
border-color: #A334AB;
}
.TagClassName
{
border-color: #A334AB;
}
</style>