Shades of Dark Orchid #A525B9
Tints of Dark Orchid #A525B9
RGB
CMYK
RGB Variations
Color information
#A525B9 (or 0xA525B9) is known color: Dark Orchid. HEX triplet: A5, 25 and B9. RGB value is (165,37,185). Sum of RGB (Red+Green+Blue) = 165+37+185=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 185 - color contains mainly: blue. Hex color #A525B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525B9 is #5ADA46. Grayscale: #5B5B5B. Windows color (decimal): -5954119 or 12133797. OLE color: 12133797.
HSL color Cylindrical-coordinate representation of color #A525B9: hue angle of 291.89º 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 #A525B9 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 37 | 185 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.27 |
| HSL | 291.89º | 0.67% | 0.44% | - |
| HSV(B) | 291.89º | 0.8% | 0.73% | - |
| XYZ | 24.94 | 12.83 | 47.06 | - |
| YUV | 92.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 185 | 0.11 | 0.80 | 0 | 0.27 | 291.89 | 0.67 | 0.44 |
| Hex | A5 | 25 | B9 | B | 50 | 0 | 1B | 124 | 43 | 2C |
| Octal | 245 | 45 | 271 | 13 | 120 | 0 | 33 | 444 | 103 | 54 |
| Binary | 10100101 | 100101 | 10111001 | 1011 | 1010000 | 0 | 11011 | 100100100 | 1000011 | 101100 |
Color Harmonies of #A525B9
Complementary color
Monochromatic Colors of #A525B9
Black with #A525B9
Text Example
Text Example
White with #A525B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525B9; }
p { color: rgb(165,37,185); }
H1.HeaderClassName
{
color: #A525B9;
}
.AnyTagClassName
{
color: #A525B9;
}
</style>
background-color css
<style>
a { background-color: #A525B9; }
a { background-color: rgb(165,37,185); }
div.DivClassName
{
background-color: #A525B9;
}
.BgClassName
{
background-color: #A525B9;
}
</style>
border-color css
<style>
span { border-color: #A525B9; }
span { border-color: rgb(165,37,185); }
td.TdClassName
{
border-color: #A525B9;
}
.TagClassName
{
border-color: #A525B9;
}
</style>