Shades of Dark Orchid #A828CC
Tints of Dark Orchid #A828CC
RGB
CMYK
RGB Variations
Color information
#A828CC (or 0xA828CC) is known color: Dark Orchid. HEX triplet: A8, 28 and CC. RGB value is (168,40,204). Sum of RGB (Red+Green+Blue) = 168+40+204=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #A828CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A828CC is #57D733. Grayscale: #606060. Windows color (decimal): -5756724 or 13379752. OLE color: 13379752.
HSL color Cylindrical-coordinate representation of color #A828CC: hue angle of 286.83º 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 #A828CC is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 40 | 204 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.2 |
| HSL | 286.83º | 0.67% | 0.48% | - |
| HSV(B) | 286.83º | 0.8% | 0.8% | - |
| XYZ | 27.81 | 14.2 | 58.4 | - |
| YUV | 96.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 204 | 0.18 | 0.80 | 0 | 0.2 | 286.83 | 0.67 | 0.48 |
| Hex | A8 | 28 | CC | 12 | 50 | 0 | 14 | 11F | 43 | 30 |
| Octal | 250 | 50 | 314 | 22 | 120 | 0 | 24 | 437 | 103 | 60 |
| Binary | 10101000 | 101000 | 11001100 | 10010 | 1010000 | 0 | 10100 | 100011111 | 1000011 | 110000 |
Color Harmonies of #A828CC
Complementary color
Monochromatic Colors of #A828CC
Black with #A828CC
Text Example
Text Example
White with #A828CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A828CC; }
p { color: rgb(168,40,204); }
H1.HeaderClassName
{
color: #A828CC;
}
.AnyTagClassName
{
color: #A828CC;
}
</style>
background-color css
<style>
a { background-color: #A828CC; }
a { background-color: rgb(168,40,204); }
div.DivClassName
{
background-color: #A828CC;
}
.BgClassName
{
background-color: #A828CC;
}
</style>
border-color css
<style>
span { border-color: #A828CC; }
span { border-color: rgb(168,40,204); }
td.TdClassName
{
border-color: #A828CC;
}
.TagClassName
{
border-color: #A828CC;
}
</style>