Shades of Dark Orchid #A925BC
Tints of Dark Orchid #A925BC
RGB
CMYK
RGB Variations
Color information
#A925BC (or 0xA925BC) is known color: Dark Orchid. HEX triplet: A9, 25 and BC. RGB value is (169,37,188). Sum of RGB (Red+Green+Blue) = 169+37+188=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #A925BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A925BC is #56DA43. Grayscale: #5D5D5D. Windows color (decimal): -5691972 or 12330409. OLE color: 12330409.
HSL color Cylindrical-coordinate representation of color #A925BC: hue angle of 292.45º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A925BC is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 37 | 188 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.26 |
| HSL | 292.45º | 0.67% | 0.44% | - |
| HSV(B) | 292.45º | 0.8% | 0.74% | - |
| XYZ | 26.1 | 13.39 | 48.79 | - |
| YUV | 93.68 | 181.23 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 188 | 0.10 | 0.80 | 0 | 0.26 | 292.45 | 0.67 | 0.44 |
| Hex | A9 | 25 | BC | A | 50 | 0 | 1A | 124 | 43 | 2C |
| Octal | 251 | 45 | 274 | 12 | 120 | 0 | 32 | 444 | 103 | 54 |
| Binary | 10101001 | 100101 | 10111100 | 1010 | 1010000 | 0 | 11010 | 100100100 | 1000011 | 101100 |
Color Harmonies of #A925BC
Complementary color
Monochromatic Colors of #A925BC
Black with #A925BC
Text Example
Text Example
White with #A925BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A925BC; }
p { color: rgb(169,37,188); }
H1.HeaderClassName
{
color: #A925BC;
}
.AnyTagClassName
{
color: #A925BC;
}
</style>
background-color css
<style>
a { background-color: #A925BC; }
a { background-color: rgb(169,37,188); }
div.DivClassName
{
background-color: #A925BC;
}
.BgClassName
{
background-color: #A925BC;
}
</style>
border-color css
<style>
span { border-color: #A925BC; }
span { border-color: rgb(169,37,188); }
td.TdClassName
{
border-color: #A925BC;
}
.TagClassName
{
border-color: #A925BC;
}
</style>