Shades of Dark Orchid #A828B7
Tints of Dark Orchid #A828B7
RGB
CMYK
RGB Variations
Color information
#A828B7 (or 0xA828B7) is known color: Dark Orchid. HEX triplet: A8, 28 and B7. RGB value is (168,40,183). Sum of RGB (Red+Green+Blue) = 168+40+183=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #A828B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828B7 is #57D748. Grayscale: #5E5E5E. Windows color (decimal): -5756745 or 12003496. OLE color: 12003496.
HSL color Cylindrical-coordinate representation of color #A828B7: hue angle of 293.71º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A828B7 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 40 | 183 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.28 |
| HSL | 293.71º | 0.64% | 0.44% | - |
| HSV(B) | 293.71º | 0.78% | 0.72% | - |
| XYZ | 25.45 | 13.26 | 46.02 | - |
| YUV | 94.57 | 177.91 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 183 | 0.08 | 0.78 | 0 | 0.28 | 293.71 | 0.64 | 0.44 |
| Hex | A8 | 28 | B7 | 8 | 4E | 0 | 1C | 126 | 40 | 2C |
| Octal | 250 | 50 | 267 | 10 | 116 | 0 | 34 | 446 | 100 | 54 |
| Binary | 10101000 | 101000 | 10110111 | 1000 | 1001110 | 0 | 11100 | 100100110 | 1000000 | 101100 |
Color Harmonies of #A828B7
Complementary color
Monochromatic Colors of #A828B7
Black with #A828B7
Text Example
Text Example
White with #A828B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A828B7; }
p { color: rgb(168,40,183); }
H1.HeaderClassName
{
color: #A828B7;
}
.AnyTagClassName
{
color: #A828B7;
}
</style>
background-color css
<style>
a { background-color: #A828B7; }
a { background-color: rgb(168,40,183); }
div.DivClassName
{
background-color: #A828B7;
}
.BgClassName
{
background-color: #A828B7;
}
</style>
border-color css
<style>
span { border-color: #A828B7; }
span { border-color: rgb(168,40,183); }
td.TdClassName
{
border-color: #A828B7;
}
.TagClassName
{
border-color: #A828B7;
}
</style>