Shades of Dark Orchid #A028CC
Tints of Dark Orchid #A028CC
RGB
CMYK
RGB Variations
Color information
#A028CC (or 0xA028CC) is known color: Dark Orchid. HEX triplet: A0, 28 and CC. RGB value is (160,40,204). Sum of RGB (Red+Green+Blue) = 160+40+204=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #A028CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028CC is #5FD733. Grayscale: #5E5E5E. Windows color (decimal): -6281012 or 13379744. OLE color: 13379744.
HSL color Cylindrical-coordinate representation of color #A028CC: hue angle of 283.9º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A028CC is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 40 | 204 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.2 |
| HSL | 283.9º | 0.67% | 0.48% | - |
| HSV(B) | 283.9º | 0.8% | 0.8% | - |
| XYZ | 26.16 | 13.35 | 58.33 | - |
| YUV | 94.58 | 189.76 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 204 | 0.22 | 0.80 | 0 | 0.2 | 283.9 | 0.67 | 0.48 |
| Hex | A0 | 28 | CC | 16 | 50 | 0 | 14 | 11C | 43 | 30 |
| Octal | 240 | 50 | 314 | 26 | 120 | 0 | 24 | 434 | 103 | 60 |
| Binary | 10100000 | 101000 | 11001100 | 10110 | 1010000 | 0 | 10100 | 100011100 | 1000011 | 110000 |
Color Harmonies of #A028CC
Complementary color
Monochromatic Colors of #A028CC
Black with #A028CC
Text Example
Text Example
White with #A028CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A028CC; }
p { color: rgb(160,40,204); }
H1.HeaderClassName
{
color: #A028CC;
}
.AnyTagClassName
{
color: #A028CC;
}
</style>
background-color css
<style>
a { background-color: #A028CC; }
a { background-color: rgb(160,40,204); }
div.DivClassName
{
background-color: #A028CC;
}
.BgClassName
{
background-color: #A028CC;
}
</style>
border-color css
<style>
span { border-color: #A028CC; }
span { border-color: rgb(160,40,204); }
td.TdClassName
{
border-color: #A028CC;
}
.TagClassName
{
border-color: #A028CC;
}
</style>