Shades of Dark Orchid #A133AB
Tints of Dark Orchid #A133AB
RGB
CMYK
RGB Variations
Color information
#A133AB (or 0xA133AB) is known color: Dark Orchid. HEX triplet: A1, 33 and AB. RGB value is (161,51,171). Sum of RGB (Red+Green+Blue) = 161+51+171=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #A133AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A133AB is #5ECC54. Grayscale: #616161. Windows color (decimal): -6212693 or 11219873. OLE color: 11219873.
HSL color Cylindrical-coordinate representation of color #A133AB: hue angle of 295º 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 #A133AB is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 51 | 171 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.33 |
| HSL | 295º | 0.54% | 0.44% | - |
| HSV(B) | 295º | 0.7% | 0.67% | - |
| XYZ | 23.23 | 12.88 | 39.79 | - |
| YUV | 97.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 171 | 0.06 | 0.70 | 0 | 0.33 | 295 | 0.54 | 0.44 |
| Hex | A1 | 33 | AB | 6 | 46 | 0 | 21 | 127 | 36 | 2C |
| Octal | 241 | 63 | 253 | 6 | 106 | 0 | 41 | 447 | 66 | 54 |
| Binary | 10100001 | 110011 | 10101011 | 110 | 1000110 | 0 | 100001 | 100100111 | 110110 | 101100 |
Color Harmonies of #A133AB
Complementary color
Monochromatic Colors of #A133AB
Black with #A133AB
Text Example
Text Example
White with #A133AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A133AB; }
p { color: rgb(161,51,171); }
H1.HeaderClassName
{
color: #A133AB;
}
.AnyTagClassName
{
color: #A133AB;
}
</style>
background-color css
<style>
a { background-color: #A133AB; }
a { background-color: rgb(161,51,171); }
div.DivClassName
{
background-color: #A133AB;
}
.BgClassName
{
background-color: #A133AB;
}
</style>
border-color css
<style>
span { border-color: #A133AB; }
span { border-color: rgb(161,51,171); }
td.TdClassName
{
border-color: #A133AB;
}
.TagClassName
{
border-color: #A133AB;
}
</style>