Shades of Dark Orchid #A525CD
Tints of Dark Orchid #A525CD
RGB
CMYK
RGB Variations
Color information
#A525CD (or 0xA525CD) is known color: Dark Orchid. HEX triplet: A5, 25 and CD. RGB value is (165,37,205). Sum of RGB (Red+Green+Blue) = 165+37+205=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #A525CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525CD is #5ADA32. Grayscale: #5D5D5D. Windows color (decimal): -5954099 or 13444517. OLE color: 13444517.
HSL color Cylindrical-coordinate representation of color #A525CD: hue angle of 285.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A525CD is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 37 | 205 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.20 |
| HSL | 285.71º | 0.69% | 0.47% | - |
| HSV(B) | 285.71º | 0.82% | 0.8% | - |
| XYZ | 27.2 | 13.73 | 58.97 | - |
| YUV | 94.42 | 190.41 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 205 | 0.20 | 0.82 | 0 | 0.20 | 285.71 | 0.69 | 0.47 |
| Hex | A5 | 25 | CD | 14 | 52 | 0 | 14 | 11E | 45 | 2F |
| Octal | 245 | 45 | 315 | 24 | 122 | 0 | 24 | 436 | 105 | 57 |
| Binary | 10100101 | 100101 | 11001101 | 10100 | 1010010 | 0 | 10100 | 100011110 | 1000101 | 101111 |
Color Harmonies of #A525CD
Complementary color
Monochromatic Colors of #A525CD
Black with #A525CD
Text Example
Text Example
White with #A525CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525CD; }
p { color: rgb(165,37,205); }
H1.HeaderClassName
{
color: #A525CD;
}
.AnyTagClassName
{
color: #A525CD;
}
</style>
background-color css
<style>
a { background-color: #A525CD; }
a { background-color: rgb(165,37,205); }
div.DivClassName
{
background-color: #A525CD;
}
.BgClassName
{
background-color: #A525CD;
}
</style>
border-color css
<style>
span { border-color: #A525CD; }
span { border-color: rgb(165,37,205); }
td.TdClassName
{
border-color: #A525CD;
}
.TagClassName
{
border-color: #A525CD;
}
</style>