Shades of Dark Orchid #A928A9
Tints of Dark Orchid #A928A9
RGB
CMYK
RGB Variations
Color information
#A928A9 (or 0xA928A9) is known color: Dark Orchid. HEX triplet: A9, 28 and A9. RGB value is (169,40,169). Sum of RGB (Red+Green+Blue) = 169+40+169=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: red, blue. Hex color #A928A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A928A9 is #56D756. Grayscale: #5C5C5C. Windows color (decimal): -5691223 or 11085993. OLE color: 11085993.
HSL color Cylindrical-coordinate representation of color #A928A9: hue angle of 300º 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 #A928A9 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 40 | 169 | - |
| CMYK | 0 | 0.76 | 0 | 0.34 |
| HSL | 300º | 0.62% | 0.41% | - |
| HSV(B) | 300º | 0.76% | 0.66% | - |
| XYZ | 24.28 | 12.82 | 38.73 | - |
| YUV | 93.28 | 170.74 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 169 | 0 | 0.76 | 0 | 0.34 | 300 | 0.62 | 0.41 |
| Hex | A9 | 28 | A9 | 0 | 4C | 0 | 22 | 12C | 3E | 29 |
| Octal | 251 | 50 | 251 | 0 | 114 | 0 | 42 | 454 | 76 | 51 |
| Binary | 10101001 | 101000 | 10101001 | 0 | 1001100 | 0 | 100010 | 100101100 | 111110 | 101001 |
Color Harmonies of #A928A9
Complementary color
Monochromatic Colors of #A928A9
Black with #A928A9
Text Example
Text Example
White with #A928A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A928A9; }
p { color: rgb(169,40,169); }
H1.HeaderClassName
{
color: #A928A9;
}
.AnyTagClassName
{
color: #A928A9;
}
</style>
background-color css
<style>
a { background-color: #A928A9; }
a { background-color: rgb(169,40,169); }
div.DivClassName
{
background-color: #A928A9;
}
.BgClassName
{
background-color: #A928A9;
}
</style>
border-color css
<style>
span { border-color: #A928A9; }
span { border-color: rgb(169,40,169); }
td.TdClassName
{
border-color: #A928A9;
}
.TagClassName
{
border-color: #A928A9;
}
</style>