Shades of Dark Orchid #A929E7
Tints of Dark Orchid #A929E7
RGB
CMYK
RGB Variations
Color information
#A929E7 (or 0xA929E7) is known color: Dark Orchid. HEX triplet: A9, 29 and E7. RGB value is (169,41,231). Sum of RGB (Red+Green+Blue) = 169+41+231=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #A929E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A929E7 is #56D618. Grayscale: #646464. Windows color (decimal): -5690905 or 15149481. OLE color: 15149481.
HSL color Cylindrical-coordinate representation of color #A929E7: hue angle of 280.42º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A929E7 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 41 | 231 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.09 |
| HSL | 280.42º | 0.8% | 0.53% | - |
| HSV(B) | 280.42º | 0.82% | 0.91% | - |
| XYZ | 31.58 | 15.79 | 76.98 | - |
| YUV | 100.93 | 201.41 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 231 | 0.27 | 0.82 | 0 | 0.09 | 280.42 | 0.8 | 0.53 |
| Hex | A9 | 29 | E7 | 1B | 52 | 0 | 9 | 118 | 50 | 35 |
| Octal | 251 | 51 | 347 | 33 | 122 | 0 | 11 | 430 | 120 | 65 |
| Binary | 10101001 | 101001 | 11100111 | 11011 | 1010010 | 0 | 1001 | 100011000 | 1010000 | 110101 |
Color Harmonies of #A929E7
Complementary color
Monochromatic Colors of #A929E7
Black with #A929E7
Text Example
Text Example
White with #A929E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A929E7; }
p { color: rgb(169,41,231); }
H1.HeaderClassName
{
color: #A929E7;
}
.AnyTagClassName
{
color: #A929E7;
}
</style>
background-color css
<style>
a { background-color: #A929E7; }
a { background-color: rgb(169,41,231); }
div.DivClassName
{
background-color: #A929E7;
}
.BgClassName
{
background-color: #A929E7;
}
</style>
border-color css
<style>
span { border-color: #A929E7; }
span { border-color: rgb(169,41,231); }
td.TdClassName
{
border-color: #A929E7;
}
.TagClassName
{
border-color: #A929E7;
}
</style>