Shades of Dark Orchid #A525BD
Tints of Dark Orchid #A525BD
RGB
CMYK
RGB Variations
Color information
#A525BD (or 0xA525BD) is known color: Dark Orchid. HEX triplet: A5, 25 and BD. RGB value is (165,37,189). Sum of RGB (Red+Green+Blue) = 165+37+189=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #A525BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525BD is #5ADA42. Grayscale: #5C5C5C. Windows color (decimal): -5954115 or 12395941. OLE color: 12395941.
HSL color Cylindrical-coordinate representation of color #A525BD: hue angle of 290.53º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A525BD is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 37 | 189 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.26 |
| HSL | 290.53º | 0.67% | 0.44% | - |
| HSV(B) | 290.53º | 0.8% | 0.74% | - |
| XYZ | 25.36 | 13 | 49.32 | - |
| YUV | 92.6 | 182.41 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 189 | 0.13 | 0.80 | 0 | 0.26 | 290.53 | 0.67 | 0.44 |
| Hex | A5 | 25 | BD | D | 50 | 0 | 1A | 123 | 43 | 2C |
| Octal | 245 | 45 | 275 | 15 | 120 | 0 | 32 | 443 | 103 | 54 |
| Binary | 10100101 | 100101 | 10111101 | 1101 | 1010000 | 0 | 11010 | 100100011 | 1000011 | 101100 |
Color Harmonies of #A525BD
Complementary color
Monochromatic Colors of #A525BD
Black with #A525BD
Text Example
Text Example
White with #A525BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525BD; }
p { color: rgb(165,37,189); }
H1.HeaderClassName
{
color: #A525BD;
}
.AnyTagClassName
{
color: #A525BD;
}
</style>
background-color css
<style>
a { background-color: #A525BD; }
a { background-color: rgb(165,37,189); }
div.DivClassName
{
background-color: #A525BD;
}
.BgClassName
{
background-color: #A525BD;
}
</style>
border-color css
<style>
span { border-color: #A525BD; }
span { border-color: rgb(165,37,189); }
td.TdClassName
{
border-color: #A525BD;
}
.TagClassName
{
border-color: #A525BD;
}
</style>