Shades of Dark Orchid #A925BB
Tints of Dark Orchid #A925BB
RGB
CMYK
RGB Variations
Color information
#A925BB (or 0xA925BB) is known color: Dark Orchid. HEX triplet: A9, 25 and BB. RGB value is (169,37,187). Sum of RGB (Red+Green+Blue) = 169+37+187=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 37 (14.84% from 255 or 9.41% 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 #A925BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A925BB is #56DA44. Grayscale: #5D5D5D. Windows color (decimal): -5691973 or 12264873. OLE color: 12264873.
HSL color Cylindrical-coordinate representation of color #A925BB: hue angle of 292.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A925BB is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 37 | 187 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.27 |
| HSL | 292.8º | 0.67% | 0.44% | - |
| HSV(B) | 292.8º | 0.8% | 0.73% | - |
| XYZ | 25.99 | 13.35 | 48.22 | - |
| YUV | 93.57 | 180.73 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 187 | 0.10 | 0.80 | 0 | 0.27 | 292.8 | 0.67 | 0.44 |
| Hex | A9 | 25 | BB | A | 50 | 0 | 1B | 125 | 43 | 2C |
| Octal | 251 | 45 | 273 | 12 | 120 | 0 | 33 | 445 | 103 | 54 |
| Binary | 10101001 | 100101 | 10111011 | 1010 | 1010000 | 0 | 11011 | 100100101 | 1000011 | 101100 |
Color Harmonies of #A925BB
Complementary color
Monochromatic Colors of #A925BB
Black with #A925BB
Text Example
Text Example
White with #A925BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A925BB; }
p { color: rgb(169,37,187); }
H1.HeaderClassName
{
color: #A925BB;
}
.AnyTagClassName
{
color: #A925BB;
}
</style>
background-color css
<style>
a { background-color: #A925BB; }
a { background-color: rgb(169,37,187); }
div.DivClassName
{
background-color: #A925BB;
}
.BgClassName
{
background-color: #A925BB;
}
</style>
border-color css
<style>
span { border-color: #A925BB; }
span { border-color: rgb(169,37,187); }
td.TdClassName
{
border-color: #A925BB;
}
.TagClassName
{
border-color: #A925BB;
}
</style>