Shades of Dark Orchid #A333AB
Tints of Dark Orchid #A333AB
RGB
CMYK
RGB Variations
Color information
#A333AB (or 0xA333AB) is known color: Dark Orchid. HEX triplet: A3, 33 and AB. RGB value is (163,51,171). Sum of RGB (Red+Green+Blue) = 163+51+171=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #A333AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A333AB is #5CCC54. Grayscale: #616161. Windows color (decimal): -6081621 or 11219875. OLE color: 11219875.
HSL color Cylindrical-coordinate representation of color #A333AB: hue angle of 296º degrees, saturation: 0.54, 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 #A333AB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 51 | 171 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.33 |
| HSL | 296º | 0.54% | 0.44% | - |
| HSV(B) | 296º | 0.7% | 0.67% | - |
| XYZ | 23.64 | 13.09 | 39.81 | - |
| YUV | 98.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 171 | 0.05 | 0.70 | 0 | 0.33 | 296 | 0.54 | 0.44 |
| Hex | A3 | 33 | AB | 5 | 46 | 0 | 21 | 128 | 36 | 2C |
| Octal | 243 | 63 | 253 | 5 | 106 | 0 | 41 | 450 | 66 | 54 |
| Binary | 10100011 | 110011 | 10101011 | 101 | 1000110 | 0 | 100001 | 100101000 | 110110 | 101100 |
Color Harmonies of #A333AB
Complementary color
Monochromatic Colors of #A333AB
Black with #A333AB
Text Example
Text Example
White with #A333AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A333AB; }
p { color: rgb(163,51,171); }
H1.HeaderClassName
{
color: #A333AB;
}
.AnyTagClassName
{
color: #A333AB;
}
</style>
background-color css
<style>
a { background-color: #A333AB; }
a { background-color: rgb(163,51,171); }
div.DivClassName
{
background-color: #A333AB;
}
.BgClassName
{
background-color: #A333AB;
}
</style>
border-color css
<style>
span { border-color: #A333AB; }
span { border-color: rgb(163,51,171); }
td.TdClassName
{
border-color: #A333AB;
}
.TagClassName
{
border-color: #A333AB;
}
</style>