Shades of Dark Orchid #A828AA
Tints of Dark Orchid #A828AA
RGB
CMYK
RGB Variations
Color information
#A828AA (or 0xA828AA) is known color: Dark Orchid. HEX triplet: A8, 28 and AA. RGB value is (168,40,170). Sum of RGB (Red+Green+Blue) = 168+40+170=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #A828AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A828AA is #57D755. Grayscale: #5C5C5C. Windows color (decimal): -5756758 or 11151528. OLE color: 11151528.
HSL color Cylindrical-coordinate representation of color #A828AA: hue angle of 299.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A828AA is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 40 | 170 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.33 |
| HSL | 299.08º | 0.62% | 0.41% | - |
| HSV(B) | 299.08º | 0.76% | 0.67% | - |
| XYZ | 24.16 | 12.74 | 39.22 | - |
| YUV | 93.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 170 | 0.01 | 0.76 | 0 | 0.33 | 299.08 | 0.62 | 0.41 |
| Hex | A8 | 28 | AA | 1 | 4C | 0 | 21 | 12B | 3E | 29 |
| Octal | 250 | 50 | 252 | 1 | 114 | 0 | 41 | 453 | 76 | 51 |
| Binary | 10101000 | 101000 | 10101010 | 1 | 1001100 | 0 | 100001 | 100101011 | 111110 | 101001 |
Color Harmonies of #A828AA
Complementary color
Monochromatic Colors of #A828AA
Black with #A828AA
Text Example
Text Example
White with #A828AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A828AA; }
p { color: rgb(168,40,170); }
H1.HeaderClassName
{
color: #A828AA;
}
.AnyTagClassName
{
color: #A828AA;
}
</style>
background-color css
<style>
a { background-color: #A828AA; }
a { background-color: rgb(168,40,170); }
div.DivClassName
{
background-color: #A828AA;
}
.BgClassName
{
background-color: #A828AA;
}
</style>
border-color css
<style>
span { border-color: #A828AA; }
span { border-color: rgb(168,40,170); }
td.TdClassName
{
border-color: #A828AA;
}
.TagClassName
{
border-color: #A828AA;
}
</style>