Shades of Dark Orchid #A333BB
Tints of Dark Orchid #A333BB
RGB
CMYK
RGB Variations
Color information
#A333BB (or 0xA333BB) is known color: Dark Orchid. HEX triplet: A3, 33 and BB. RGB value is (163,51,187). Sum of RGB (Red+Green+Blue) = 163+51+187=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #A333BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333BB is #5CCC44. Grayscale: #636363. Windows color (decimal): -6081605 or 12268451. OLE color: 12268451.
HSL color Cylindrical-coordinate representation of color #A333BB: hue angle of 289.41º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A333BB is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 51 | 187 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.27 |
| HSL | 289.41º | 0.57% | 0.47% | - |
| HSV(B) | 289.41º | 0.73% | 0.73% | - |
| XYZ | 25.26 | 13.74 | 48.33 | - |
| YUV | 99.99 | 177.11 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 187 | 0.13 | 0.73 | 0 | 0.27 | 289.41 | 0.57 | 0.47 |
| Hex | A3 | 33 | BB | D | 49 | 0 | 1B | 121 | 39 | 2F |
| Octal | 243 | 63 | 273 | 15 | 111 | 0 | 33 | 441 | 71 | 57 |
| Binary | 10100011 | 110011 | 10111011 | 1101 | 1001001 | 0 | 11011 | 100100001 | 111001 | 101111 |
Color Harmonies of #A333BB
Complementary color
Monochromatic Colors of #A333BB
Black with #A333BB
Text Example
Text Example
White with #A333BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A333BB; }
p { color: rgb(163,51,187); }
H1.HeaderClassName
{
color: #A333BB;
}
.AnyTagClassName
{
color: #A333BB;
}
</style>
background-color css
<style>
a { background-color: #A333BB; }
a { background-color: rgb(163,51,187); }
div.DivClassName
{
background-color: #A333BB;
}
.BgClassName
{
background-color: #A333BB;
}
</style>
border-color css
<style>
span { border-color: #A333BB; }
span { border-color: rgb(163,51,187); }
td.TdClassName
{
border-color: #A333BB;
}
.TagClassName
{
border-color: #A333BB;
}
</style>