Shades of Dark Orchid #A833B9
Tints of Dark Orchid #A833B9
RGB
CMYK
RGB Variations
Color information
#A833B9 (or 0xA833B9) is known color: Dark Orchid. HEX triplet: A8, 33 and B9. RGB value is (168,51,185). Sum of RGB (Red+Green+Blue) = 168+51+185=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 185 - color contains mainly: blue. Hex color #A833B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833B9 is #57CC46. Grayscale: #646464. Windows color (decimal): -5753927 or 12137384. OLE color: 12137384.
HSL color Cylindrical-coordinate representation of color #A833B9: hue angle of 292.39º 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 #A833B9 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 51 | 185 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.27 |
| HSL | 292.39º | 0.57% | 0.46% | - |
| HSV(B) | 292.39º | 0.72% | 0.73% | - |
| XYZ | 26.09 | 14.2 | 47.26 | - |
| YUV | 101.26 | 175.26 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 185 | 0.09 | 0.72 | 0 | 0.27 | 292.39 | 0.57 | 0.46 |
| Hex | A8 | 33 | B9 | 9 | 48 | 0 | 1B | 124 | 39 | 2E |
| Octal | 250 | 63 | 271 | 11 | 110 | 0 | 33 | 444 | 71 | 56 |
| Binary | 10101000 | 110011 | 10111001 | 1001 | 1001000 | 0 | 11011 | 100100100 | 111001 | 101110 |
Color Harmonies of #A833B9
Complementary color
Monochromatic Colors of #A833B9
Black with #A833B9
Text Example
Text Example
White with #A833B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A833B9; }
p { color: rgb(168,51,185); }
H1.HeaderClassName
{
color: #A833B9;
}
.AnyTagClassName
{
color: #A833B9;
}
</style>
background-color css
<style>
a { background-color: #A833B9; }
a { background-color: rgb(168,51,185); }
div.DivClassName
{
background-color: #A833B9;
}
.BgClassName
{
background-color: #A833B9;
}
</style>
border-color css
<style>
span { border-color: #A833B9; }
span { border-color: rgb(168,51,185); }
td.TdClassName
{
border-color: #A833B9;
}
.TagClassName
{
border-color: #A833B9;
}
</style>