Shades of Dark Orchid #A928A8
Tints of Dark Orchid #A928A8
RGB
CMYK
RGB Variations
Color information
#A928A8 (or 0xA928A8) is known color: Dark Orchid. HEX triplet: A9, 28 and A8. RGB value is (169,40,168). Sum of RGB (Red+Green+Blue) = 169+40+168=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A928A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A928A8 is #56D757. Grayscale: #5C5C5C. Windows color (decimal): -5691224 or 11020457. OLE color: 11020457.
HSL color Cylindrical-coordinate representation of color #A928A8: hue angle of 300.47º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A928A8 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 40 | 168 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.34 |
| HSL | 300.47º | 0.62% | 0.41% | - |
| HSV(B) | 300.47º | 0.76% | 0.66% | - |
| XYZ | 24.19 | 12.78 | 38.24 | - |
| YUV | 93.16 | 170.24 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 168 | 0 | 0.76 | 0.01 | 0.34 | 300.47 | 0.62 | 0.41 |
| Hex | A9 | 28 | A8 | 0 | 4C | 1 | 22 | 12C | 3E | 29 |
| Octal | 251 | 50 | 250 | 0 | 114 | 1 | 42 | 454 | 76 | 51 |
| Binary | 10101001 | 101000 | 10101000 | 0 | 1001100 | 1 | 100010 | 100101100 | 111110 | 101001 |
Color Harmonies of #A928A8
Complementary color
Monochromatic Colors of #A928A8
Black with #A928A8
Text Example
Text Example
White with #A928A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A928A8; }
p { color: rgb(169,40,168); }
H1.HeaderClassName
{
color: #A928A8;
}
.AnyTagClassName
{
color: #A928A8;
}
</style>
background-color css
<style>
a { background-color: #A928A8; }
a { background-color: rgb(169,40,168); }
div.DivClassName
{
background-color: #A928A8;
}
.BgClassName
{
background-color: #A928A8;
}
</style>
border-color css
<style>
span { border-color: #A928A8; }
span { border-color: rgb(169,40,168); }
td.TdClassName
{
border-color: #A928A8;
}
.TagClassName
{
border-color: #A928A8;
}
</style>