Shades of Dark Orchid #A525E1
Tints of Dark Orchid #A525E1
RGB
CMYK
RGB Variations
Color information
#A525E1 (or 0xA525E1) is known color: Dark Orchid. HEX triplet: A5, 25 and E1. RGB value is (165,37,225). Sum of RGB (Red+Green+Blue) = 165+37+225=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #A525E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525E1 is #5ADA1E. Grayscale: #606060. Windows color (decimal): -5954079 or 14755237. OLE color: 14755237.
HSL color Cylindrical-coordinate representation of color #A525E1: hue angle of 280.85º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A525E1 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 37 | 225 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.12 |
| HSL | 280.85º | 0.76% | 0.51% | - |
| HSV(B) | 280.85º | 0.84% | 0.88% | - |
| XYZ | 29.77 | 14.76 | 72.51 | - |
| YUV | 96.7 | 200.41 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 225 | 0.27 | 0.84 | 0 | 0.12 | 280.85 | 0.76 | 0.51 |
| Hex | A5 | 25 | E1 | 1B | 54 | 0 | C | 119 | 4C | 33 |
| Octal | 245 | 45 | 341 | 33 | 124 | 0 | 14 | 431 | 114 | 63 |
| Binary | 10100101 | 100101 | 11100001 | 11011 | 1010100 | 0 | 1100 | 100011001 | 1001100 | 110011 |
Color Harmonies of #A525E1
Complementary color
Monochromatic Colors of #A525E1
Black with #A525E1
Text Example
Text Example
White with #A525E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525E1; }
p { color: rgb(165,37,225); }
H1.HeaderClassName
{
color: #A525E1;
}
.AnyTagClassName
{
color: #A525E1;
}
</style>
background-color css
<style>
a { background-color: #A525E1; }
a { background-color: rgb(165,37,225); }
div.DivClassName
{
background-color: #A525E1;
}
.BgClassName
{
background-color: #A525E1;
}
</style>
border-color css
<style>
span { border-color: #A525E1; }
span { border-color: rgb(165,37,225); }
td.TdClassName
{
border-color: #A525E1;
}
.TagClassName
{
border-color: #A525E1;
}
</style>