Shades of Dark Orchid #A828C0
Tints of Dark Orchid #A828C0
RGB
CMYK
RGB Variations
Color information
#A828C0 (or 0xA828C0) is known color: Dark Orchid. HEX triplet: A8, 28 and C0. RGB value is (168,40,192). Sum of RGB (Red+Green+Blue) = 168+40+192=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #A828C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828C0 is #57D73F. Grayscale: #5F5F5F. Windows color (decimal): -5756736 or 12593320. OLE color: 12593320.
HSL color Cylindrical-coordinate representation of color #A828C0: hue angle of 290.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A828C0 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 40 | 192 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.25 |
| HSL | 290.53º | 0.66% | 0.45% | - |
| HSV(B) | 290.53º | 0.79% | 0.75% | - |
| XYZ | 26.42 | 13.65 | 51.11 | - |
| YUV | 95.6 | 182.41 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 192 | 0.12 | 0.79 | 0 | 0.25 | 290.53 | 0.66 | 0.45 |
| Hex | A8 | 28 | C0 | C | 4F | 0 | 19 | 123 | 42 | 2D |
| Octal | 250 | 50 | 300 | 14 | 117 | 0 | 31 | 443 | 102 | 55 |
| Binary | 10101000 | 101000 | 11000000 | 1100 | 1001111 | 0 | 11001 | 100100011 | 1000010 | 101101 |
Color Harmonies of #A828C0
Complementary color
Monochromatic Colors of #A828C0
Black with #A828C0
Text Example
Text Example
White with #A828C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A828C0; }
p { color: rgb(168,40,192); }
H1.HeaderClassName
{
color: #A828C0;
}
.AnyTagClassName
{
color: #A828C0;
}
</style>
background-color css
<style>
a { background-color: #A828C0; }
a { background-color: rgb(168,40,192); }
div.DivClassName
{
background-color: #A828C0;
}
.BgClassName
{
background-color: #A828C0;
}
</style>
border-color css
<style>
span { border-color: #A828C0; }
span { border-color: rgb(168,40,192); }
td.TdClassName
{
border-color: #A828C0;
}
.TagClassName
{
border-color: #A828C0;
}
</style>