Shades of Dark Orchid #A928B2
Tints of Dark Orchid #A928B2
RGB
CMYK
RGB Variations
Color information
#A928B2 (or 0xA928B2) is known color: Dark Orchid. HEX triplet: A9, 28 and B2. RGB value is (169,40,178). Sum of RGB (Red+Green+Blue) = 169+40+178=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #A928B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A928B2 is #56D74D. Grayscale: #5D5D5D. Windows color (decimal): -5691214 or 11675817. OLE color: 11675817.
HSL color Cylindrical-coordinate representation of color #A928B2: hue angle of 296.09º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A928B2 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 40 | 178 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.30 |
| HSL | 296.09º | 0.63% | 0.43% | - |
| HSV(B) | 296.09º | 0.78% | 0.7% | - |
| XYZ | 25.16 | 13.17 | 43.34 | - |
| YUV | 94.3 | 175.24 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 178 | 0.05 | 0.78 | 0 | 0.30 | 296.09 | 0.63 | 0.43 |
| Hex | A9 | 28 | B2 | 5 | 4E | 0 | 1E | 128 | 3F | 2B |
| Octal | 251 | 50 | 262 | 5 | 116 | 0 | 36 | 450 | 77 | 53 |
| Binary | 10101001 | 101000 | 10110010 | 101 | 1001110 | 0 | 11110 | 100101000 | 111111 | 101011 |
Color Harmonies of #A928B2
Complementary color
Monochromatic Colors of #A928B2
Black with #A928B2
Text Example
Text Example
White with #A928B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A928B2; }
p { color: rgb(169,40,178); }
H1.HeaderClassName
{
color: #A928B2;
}
.AnyTagClassName
{
color: #A928B2;
}
</style>
background-color css
<style>
a { background-color: #A928B2; }
a { background-color: rgb(169,40,178); }
div.DivClassName
{
background-color: #A928B2;
}
.BgClassName
{
background-color: #A928B2;
}
</style>
border-color css
<style>
span { border-color: #A928B2; }
span { border-color: rgb(169,40,178); }
td.TdClassName
{
border-color: #A928B2;
}
.TagClassName
{
border-color: #A928B2;
}
</style>