Shades of Dark Orchid #A529BB
Tints of Dark Orchid #A529BB
RGB
CMYK
RGB Variations
Color information
#A529BB (or 0xA529BB) is known color: Dark Orchid. HEX triplet: A5, 29 and BB. RGB value is (165,41,187). Sum of RGB (Red+Green+Blue) = 165+41+187=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #A529BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A529BB is #5AD644. Grayscale: #5E5E5E. Windows color (decimal): -5953093 or 12265893. OLE color: 12265893.
HSL color Cylindrical-coordinate representation of color #A529BB: hue angle of 290.96º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A529BB is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 41 | 187 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.27 |
| HSL | 290.96º | 0.64% | 0.45% | - |
| HSV(B) | 290.96º | 0.78% | 0.73% | - |
| XYZ | 25.28 | 13.17 | 48.22 | - |
| YUV | 94.72 | 180.08 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 41 | 187 | 0.12 | 0.78 | 0 | 0.27 | 290.96 | 0.64 | 0.45 |
| Hex | A5 | 29 | BB | C | 4E | 0 | 1B | 123 | 40 | 2D |
| Octal | 245 | 51 | 273 | 14 | 116 | 0 | 33 | 443 | 100 | 55 |
| Binary | 10100101 | 101001 | 10111011 | 1100 | 1001110 | 0 | 11011 | 100100011 | 1000000 | 101101 |
Color Harmonies of #A529BB
Complementary color
Monochromatic Colors of #A529BB
Black with #A529BB
Text Example
Text Example
White with #A529BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A529BB; }
p { color: rgb(165,41,187); }
H1.HeaderClassName
{
color: #A529BB;
}
.AnyTagClassName
{
color: #A529BB;
}
</style>
background-color css
<style>
a { background-color: #A529BB; }
a { background-color: rgb(165,41,187); }
div.DivClassName
{
background-color: #A529BB;
}
.BgClassName
{
background-color: #A529BB;
}
</style>
border-color css
<style>
span { border-color: #A529BB; }
span { border-color: rgb(165,41,187); }
td.TdClassName
{
border-color: #A529BB;
}
.TagClassName
{
border-color: #A529BB;
}
</style>