Shades of Dark Orchid #A533AB
Tints of Dark Orchid #A533AB
RGB
CMYK
RGB Variations
Color information
#A533AB (or 0xA533AB) is known color: Dark Orchid. HEX triplet: A5, 33 and AB. RGB value is (165,51,171). Sum of RGB (Red+Green+Blue) = 165+51+171=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #A533AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A533AB is #5ACC54. Grayscale: #626262. Windows color (decimal): -5950549 or 11219877. OLE color: 11219877.
HSL color Cylindrical-coordinate representation of color #A533AB: hue angle of 297º 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 #A533AB is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 51 | 171 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.33 |
| HSL | 297º | 0.54% | 0.44% | - |
| HSV(B) | 297º | 0.7% | 0.67% | - |
| XYZ | 24.05 | 13.31 | 39.83 | - |
| YUV | 98.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 51 | 171 | 0.04 | 0.70 | 0 | 0.33 | 297 | 0.54 | 0.44 |
| Hex | A5 | 33 | AB | 4 | 46 | 0 | 21 | 129 | 36 | 2C |
| Octal | 245 | 63 | 253 | 4 | 106 | 0 | 41 | 451 | 66 | 54 |
| Binary | 10100101 | 110011 | 10101011 | 100 | 1000110 | 0 | 100001 | 100101001 | 110110 | 101100 |
Color Harmonies of #A533AB
Complementary color
Monochromatic Colors of #A533AB
Black with #A533AB
Text Example
Text Example
White with #A533AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A533AB; }
p { color: rgb(165,51,171); }
H1.HeaderClassName
{
color: #A533AB;
}
.AnyTagClassName
{
color: #A533AB;
}
</style>
background-color css
<style>
a { background-color: #A533AB; }
a { background-color: rgb(165,51,171); }
div.DivClassName
{
background-color: #A533AB;
}
.BgClassName
{
background-color: #A533AB;
}
</style>
border-color css
<style>
span { border-color: #A533AB; }
span { border-color: rgb(165,51,171); }
td.TdClassName
{
border-color: #A533AB;
}
.TagClassName
{
border-color: #A533AB;
}
</style>