Shades of Dark Orchid #A333B9
Tints of Dark Orchid #A333B9
RGB
CMYK
RGB Variations
Color information
#A333B9 (or 0xA333B9) is known color: Dark Orchid. HEX triplet: A3, 33 and B9. RGB value is (163,51,185). Sum of RGB (Red+Green+Blue) = 163+51+185=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #A333B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333B9 is #5CCC46. Grayscale: #636363. Windows color (decimal): -6081607 or 12137379. OLE color: 12137379.
HSL color Cylindrical-coordinate representation of color #A333B9: hue angle of 290.15º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A333B9 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 51 | 185 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.27 |
| HSL | 290.15º | 0.57% | 0.46% | - |
| HSV(B) | 290.15º | 0.72% | 0.73% | - |
| XYZ | 25.05 | 13.66 | 47.21 | - |
| YUV | 99.76 | 176.11 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 185 | 0.12 | 0.72 | 0 | 0.27 | 290.15 | 0.57 | 0.46 |
| Hex | A3 | 33 | B9 | C | 48 | 0 | 1B | 122 | 39 | 2E |
| Octal | 243 | 63 | 271 | 14 | 110 | 0 | 33 | 442 | 71 | 56 |
| Binary | 10100011 | 110011 | 10111001 | 1100 | 1001000 | 0 | 11011 | 100100010 | 111001 | 101110 |
Color Harmonies of #A333B9
Complementary color
Monochromatic Colors of #A333B9
Black with #A333B9
Text Example
Text Example
White with #A333B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A333B9; }
p { color: rgb(163,51,185); }
H1.HeaderClassName
{
color: #A333B9;
}
.AnyTagClassName
{
color: #A333B9;
}
</style>
background-color css
<style>
a { background-color: #A333B9; }
a { background-color: rgb(163,51,185); }
div.DivClassName
{
background-color: #A333B9;
}
.BgClassName
{
background-color: #A333B9;
}
</style>
border-color css
<style>
span { border-color: #A333B9; }
span { border-color: rgb(163,51,185); }
td.TdClassName
{
border-color: #A333B9;
}
.TagClassName
{
border-color: #A333B9;
}
</style>