Shades of Dark Orchid #A823B9
Tints of Dark Orchid #A823B9
RGB
CMYK
RGB Variations
Color information
#A823B9 (or 0xA823B9) is known color: Dark Orchid. HEX triplet: A8, 23 and B9. RGB value is (168,35,185). Sum of RGB (Red+Green+Blue) = 168+35+185=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #A823B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A823B9 is #57DC46. Grayscale: #5B5B5B. Windows color (decimal): -5758023 or 12133288. OLE color: 12133288.
HSL color Cylindrical-coordinate representation of color #A823B9: hue angle of 293.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A823B9 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 35 | 185 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.27 |
| HSL | 293.2º | 0.68% | 0.43% | - |
| HSV(B) | 293.2º | 0.81% | 0.73% | - |
| XYZ | 25.51 | 13.03 | 47.07 | - |
| YUV | 91.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 185 | 0.09 | 0.81 | 0 | 0.27 | 293.2 | 0.68 | 0.43 |
| Hex | A8 | 23 | B9 | 9 | 51 | 0 | 1B | 125 | 44 | 2B |
| Octal | 250 | 43 | 271 | 11 | 121 | 0 | 33 | 445 | 104 | 53 |
| Binary | 10101000 | 100011 | 10111001 | 1001 | 1010001 | 0 | 11011 | 100100101 | 1000100 | 101011 |
Color Harmonies of #A823B9
Complementary color
Monochromatic Colors of #A823B9
Black with #A823B9
Text Example
Text Example
White with #A823B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A823B9; }
p { color: rgb(168,35,185); }
H1.HeaderClassName
{
color: #A823B9;
}
.AnyTagClassName
{
color: #A823B9;
}
</style>
background-color css
<style>
a { background-color: #A823B9; }
a { background-color: rgb(168,35,185); }
div.DivClassName
{
background-color: #A823B9;
}
.BgClassName
{
background-color: #A823B9;
}
</style>
border-color css
<style>
span { border-color: #A823B9; }
span { border-color: rgb(168,35,185); }
td.TdClassName
{
border-color: #A823B9;
}
.TagClassName
{
border-color: #A823B9;
}
</style>