Shades of Dark Orchid #A828B9
Tints of Dark Orchid #A828B9
RGB
CMYK
RGB Variations
Color information
#A828B9 (or 0xA828B9) is known color: Dark Orchid. HEX triplet: A8, 28 and B9. RGB value is (168,40,185). Sum of RGB (Red+Green+Blue) = 168+40+185=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #A828B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828B9 is #57D746. Grayscale: #5E5E5E. Windows color (decimal): -5756743 or 12134568. OLE color: 12134568.
HSL color Cylindrical-coordinate representation of color #A828B9: hue angle of 292.97º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A828B9 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 40 | 185 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.27 |
| HSL | 292.97º | 0.64% | 0.44% | - |
| HSV(B) | 292.97º | 0.78% | 0.73% | - |
| XYZ | 25.66 | 13.35 | 47.12 | - |
| YUV | 94.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 185 | 0.09 | 0.78 | 0 | 0.27 | 292.97 | 0.64 | 0.44 |
| Hex | A8 | 28 | B9 | 9 | 4E | 0 | 1B | 125 | 40 | 2C |
| Octal | 250 | 50 | 271 | 11 | 116 | 0 | 33 | 445 | 100 | 54 |
| Binary | 10101000 | 101000 | 10111001 | 1001 | 1001110 | 0 | 11011 | 100100101 | 1000000 | 101100 |
Color Harmonies of #A828B9
Complementary color
Monochromatic Colors of #A828B9
Black with #A828B9
Text Example
Text Example
White with #A828B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A828B9; }
p { color: rgb(168,40,185); }
H1.HeaderClassName
{
color: #A828B9;
}
.AnyTagClassName
{
color: #A828B9;
}
</style>
background-color css
<style>
a { background-color: #A828B9; }
a { background-color: rgb(168,40,185); }
div.DivClassName
{
background-color: #A828B9;
}
.BgClassName
{
background-color: #A828B9;
}
</style>
border-color css
<style>
span { border-color: #A828B9; }
span { border-color: rgb(168,40,185); }
td.TdClassName
{
border-color: #A828B9;
}
.TagClassName
{
border-color: #A828B9;
}
</style>