Shades of Dark Orchid #A929BC
Tints of Dark Orchid #A929BC
RGB
CMYK
RGB Variations
Color information
#A929BC (or 0xA929BC) is known color: Dark Orchid. HEX triplet: A9, 29 and BC. RGB value is (169,41,188). Sum of RGB (Red+Green+Blue) = 169+41+188=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #A929BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A929BC is #56D643. Grayscale: #5F5F5F. Windows color (decimal): -5690948 or 12331433. OLE color: 12331433.
HSL color Cylindrical-coordinate representation of color #A929BC: hue angle of 292.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A929BC is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 41 | 188 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.26 |
| HSL | 292.24º | 0.64% | 0.45% | - |
| HSV(B) | 292.24º | 0.78% | 0.74% | - |
| XYZ | 26.23 | 13.65 | 48.83 | - |
| YUV | 96.03 | 179.91 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 188 | 0.10 | 0.78 | 0 | 0.26 | 292.24 | 0.64 | 0.45 |
| Hex | A9 | 29 | BC | A | 4E | 0 | 1A | 124 | 40 | 2D |
| Octal | 251 | 51 | 274 | 12 | 116 | 0 | 32 | 444 | 100 | 55 |
| Binary | 10101001 | 101001 | 10111100 | 1010 | 1001110 | 0 | 11010 | 100100100 | 1000000 | 101101 |
Color Harmonies of #A929BC
Complementary color
Monochromatic Colors of #A929BC
Black with #A929BC
Text Example
Text Example
White with #A929BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A929BC; }
p { color: rgb(169,41,188); }
H1.HeaderClassName
{
color: #A929BC;
}
.AnyTagClassName
{
color: #A929BC;
}
</style>
background-color css
<style>
a { background-color: #A929BC; }
a { background-color: rgb(169,41,188); }
div.DivClassName
{
background-color: #A929BC;
}
.BgClassName
{
background-color: #A929BC;
}
</style>
border-color css
<style>
span { border-color: #A929BC; }
span { border-color: rgb(169,41,188); }
td.TdClassName
{
border-color: #A929BC;
}
.TagClassName
{
border-color: #A929BC;
}
</style>