Shades of Dark Orchid #A928D3
Tints of Dark Orchid #A928D3
RGB
CMYK
RGB Variations
Color information
#A928D3 (or 0xA928D3) is known color: Dark Orchid. HEX triplet: A9, 28 and D3. RGB value is (169,40,211). Sum of RGB (Red+Green+Blue) = 169+40+211=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #A928D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A928D3 is #56D72C. Grayscale: #616161. Windows color (decimal): -5691181 or 13838505. OLE color: 13838505.
HSL color Cylindrical-coordinate representation of color #A928D3: hue angle of 285.26º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A928D3 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 40 | 211 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.17 |
| HSL | 285.26º | 0.68% | 0.49% | - |
| HSV(B) | 285.26º | 0.81% | 0.83% | - |
| XYZ | 28.88 | 14.66 | 62.93 | - |
| YUV | 98.07 | 191.74 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 211 | 0.20 | 0.81 | 0 | 0.17 | 285.26 | 0.68 | 0.49 |
| Hex | A9 | 28 | D3 | 14 | 51 | 0 | 11 | 11D | 44 | 31 |
| Octal | 251 | 50 | 323 | 24 | 121 | 0 | 21 | 435 | 104 | 61 |
| Binary | 10101001 | 101000 | 11010011 | 10100 | 1010001 | 0 | 10001 | 100011101 | 1000100 | 110001 |
Color Harmonies of #A928D3
Complementary color
Monochromatic Colors of #A928D3
Black with #A928D3
Text Example
Text Example
White with #A928D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A928D3; }
p { color: rgb(169,40,211); }
H1.HeaderClassName
{
color: #A928D3;
}
.AnyTagClassName
{
color: #A928D3;
}
</style>
background-color css
<style>
a { background-color: #A928D3; }
a { background-color: rgb(169,40,211); }
div.DivClassName
{
background-color: #A928D3;
}
.BgClassName
{
background-color: #A928D3;
}
</style>
border-color css
<style>
span { border-color: #A928D3; }
span { border-color: rgb(169,40,211); }
td.TdClassName
{
border-color: #A928D3;
}
.TagClassName
{
border-color: #A928D3;
}
</style>