Shades of Dark Orchid #A925B7
Tints of Dark Orchid #A925B7
RGB
CMYK
RGB Variations
Color information
#A925B7 (or 0xA925B7) is known color: Dark Orchid. HEX triplet: A9, 25 and B7. RGB value is (169,37,183). Sum of RGB (Red+Green+Blue) = 169+37+183=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #A925B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A925B7 is #56DA48. Grayscale: #5C5C5C. Windows color (decimal): -5691977 or 12002729. OLE color: 12002729.
HSL color Cylindrical-coordinate representation of color #A925B7: hue angle of 294.25º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A925B7 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 37 | 183 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.28 |
| HSL | 294.25º | 0.66% | 0.43% | - |
| HSV(B) | 294.25º | 0.8% | 0.72% | - |
| XYZ | 25.57 | 13.18 | 46 | - |
| YUV | 93.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 183 | 0.08 | 0.80 | 0 | 0.28 | 294.25 | 0.66 | 0.43 |
| Hex | A9 | 25 | B7 | 8 | 50 | 0 | 1C | 126 | 42 | 2B |
| Octal | 251 | 45 | 267 | 10 | 120 | 0 | 34 | 446 | 102 | 53 |
| Binary | 10101001 | 100101 | 10110111 | 1000 | 1010000 | 0 | 11100 | 100100110 | 1000010 | 101011 |
Color Harmonies of #A925B7
Complementary color
Monochromatic Colors of #A925B7
Black with #A925B7
Text Example
Text Example
White with #A925B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A925B7; }
p { color: rgb(169,37,183); }
H1.HeaderClassName
{
color: #A925B7;
}
.AnyTagClassName
{
color: #A925B7;
}
</style>
background-color css
<style>
a { background-color: #A925B7; }
a { background-color: rgb(169,37,183); }
div.DivClassName
{
background-color: #A925B7;
}
.BgClassName
{
background-color: #A925B7;
}
</style>
border-color css
<style>
span { border-color: #A925B7; }
span { border-color: rgb(169,37,183); }
td.TdClassName
{
border-color: #A925B7;
}
.TagClassName
{
border-color: #A925B7;
}
</style>