Shades of Dark Orchid #A925B2
Tints of Dark Orchid #A925B2
RGB
CMYK
RGB Variations
Color information
#A925B2 (or 0xA925B2) is known color: Dark Orchid. HEX triplet: A9, 25 and B2. RGB value is (169,37,178). Sum of RGB (Red+Green+Blue) = 169+37+178=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #A925B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A925B2 is #56DA4D. Grayscale: #5C5C5C. Windows color (decimal): -5691982 or 11675049. OLE color: 11675049.
HSL color Cylindrical-coordinate representation of color #A925B2: hue angle of 296.17º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A925B2 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 37 | 178 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.30 |
| HSL | 296.17º | 0.66% | 0.42% | - |
| HSV(B) | 296.17º | 0.79% | 0.7% | - |
| XYZ | 25.06 | 12.97 | 43.3 | - |
| YUV | 92.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 178 | 0.05 | 0.79 | 0 | 0.30 | 296.17 | 0.66 | 0.42 |
| Hex | A9 | 25 | B2 | 5 | 4F | 0 | 1E | 128 | 42 | 2A |
| Octal | 251 | 45 | 262 | 5 | 117 | 0 | 36 | 450 | 102 | 52 |
| Binary | 10101001 | 100101 | 10110010 | 101 | 1001111 | 0 | 11110 | 100101000 | 1000010 | 101010 |
Color Harmonies of #A925B2
Complementary color
Monochromatic Colors of #A925B2
Black with #A925B2
Text Example
Text Example
White with #A925B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A925B2; }
p { color: rgb(169,37,178); }
H1.HeaderClassName
{
color: #A925B2;
}
.AnyTagClassName
{
color: #A925B2;
}
</style>
background-color css
<style>
a { background-color: #A925B2; }
a { background-color: rgb(169,37,178); }
div.DivClassName
{
background-color: #A925B2;
}
.BgClassName
{
background-color: #A925B2;
}
</style>
border-color css
<style>
span { border-color: #A925B2; }
span { border-color: rgb(169,37,178); }
td.TdClassName
{
border-color: #A925B2;
}
.TagClassName
{
border-color: #A925B2;
}
</style>