Shades of Dark Orchid #A933BA
Tints of Dark Orchid #A933BA
RGB
CMYK
RGB Variations
Color information
#A933BA (or 0xA933BA) is known color: Dark Orchid. HEX triplet: A9, 33 and BA. RGB value is (169,51,186). Sum of RGB (Red+Green+Blue) = 169+51+186=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #A933BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A933BA is #56CC45. Grayscale: #656565. Windows color (decimal): -5688390 or 12202921. OLE color: 12202921.
HSL color Cylindrical-coordinate representation of color #A933BA: hue angle of 292.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A933BA is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 51 | 186 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.27 |
| HSL | 292.44º | 0.57% | 0.46% | - |
| HSV(B) | 292.44º | 0.73% | 0.73% | - |
| XYZ | 26.41 | 14.35 | 47.83 | - |
| YUV | 101.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 186 | 0.09 | 0.73 | 0 | 0.27 | 292.44 | 0.57 | 0.46 |
| Hex | A9 | 33 | BA | 9 | 49 | 0 | 1B | 124 | 39 | 2E |
| Octal | 251 | 63 | 272 | 11 | 111 | 0 | 33 | 444 | 71 | 56 |
| Binary | 10101001 | 110011 | 10111010 | 1001 | 1001001 | 0 | 11011 | 100100100 | 111001 | 101110 |
Color Harmonies of #A933BA
Complementary color
Monochromatic Colors of #A933BA
Black with #A933BA
Text Example
Text Example
White with #A933BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A933BA; }
p { color: rgb(169,51,186); }
H1.HeaderClassName
{
color: #A933BA;
}
.AnyTagClassName
{
color: #A933BA;
}
</style>
background-color css
<style>
a { background-color: #A933BA; }
a { background-color: rgb(169,51,186); }
div.DivClassName
{
background-color: #A933BA;
}
.BgClassName
{
background-color: #A933BA;
}
</style>
border-color css
<style>
span { border-color: #A933BA; }
span { border-color: rgb(169,51,186); }
td.TdClassName
{
border-color: #A933BA;
}
.TagClassName
{
border-color: #A933BA;
}
</style>