Shades of Dark Orchid #A525D9
Tints of Dark Orchid #A525D9
RGB
CMYK
RGB Variations
Color information
#A525D9 (or 0xA525D9) is known color: Dark Orchid. HEX triplet: A5, 25 and D9. RGB value is (165,37,217). Sum of RGB (Red+Green+Blue) = 165+37+217=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #A525D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525D9 is #5ADA26. Grayscale: #5F5F5F. Windows color (decimal): -5954087 or 14230949. OLE color: 14230949.
HSL color Cylindrical-coordinate representation of color #A525D9: hue angle of 282.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A525D9 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 37 | 217 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.15 |
| HSL | 282.67º | 0.71% | 0.5% | - |
| HSV(B) | 282.67º | 0.83% | 0.85% | - |
| XYZ | 28.7 | 14.33 | 66.9 | - |
| YUV | 95.79 | 196.41 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 217 | 0.24 | 0.83 | 0 | 0.15 | 282.67 | 0.71 | 0.5 |
| Hex | A5 | 25 | D9 | 18 | 53 | 0 | F | 11B | 47 | 32 |
| Octal | 245 | 45 | 331 | 30 | 123 | 0 | 17 | 433 | 107 | 62 |
| Binary | 10100101 | 100101 | 11011001 | 11000 | 1010011 | 0 | 1111 | 100011011 | 1000111 | 110010 |
Color Harmonies of #A525D9
Complementary color
Monochromatic Colors of #A525D9
Black with #A525D9
Text Example
Text Example
White with #A525D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525D9; }
p { color: rgb(165,37,217); }
H1.HeaderClassName
{
color: #A525D9;
}
.AnyTagClassName
{
color: #A525D9;
}
</style>
background-color css
<style>
a { background-color: #A525D9; }
a { background-color: rgb(165,37,217); }
div.DivClassName
{
background-color: #A525D9;
}
.BgClassName
{
background-color: #A525D9;
}
</style>
border-color css
<style>
span { border-color: #A525D9; }
span { border-color: rgb(165,37,217); }
td.TdClassName
{
border-color: #A525D9;
}
.TagClassName
{
border-color: #A525D9;
}
</style>