Shades of Dark Orchid #A525D1
Tints of Dark Orchid #A525D1
RGB
CMYK
RGB Variations
Color information
#A525D1 (or 0xA525D1) is known color: Dark Orchid. HEX triplet: A5, 25 and D1. RGB value is (165,37,209). Sum of RGB (Red+Green+Blue) = 165+37+209=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 209 (82.03% from 255 or 50.85% from 411); Max value from RGB is 209 - color contains mainly: blue. Hex color #A525D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525D1 is #5ADA2E. Grayscale: #5E5E5E. Windows color (decimal): -5954095 or 13706661. OLE color: 13706661.
HSL color Cylindrical-coordinate representation of color #A525D1: hue angle of 284.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A525D1 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 37 | 209 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.18 |
| HSL | 284.65º | 0.7% | 0.48% | - |
| HSV(B) | 284.65º | 0.82% | 0.82% | - |
| XYZ | 27.69 | 13.93 | 61.55 | - |
| YUV | 94.88 | 192.41 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 209 | 0.21 | 0.82 | 0 | 0.18 | 284.65 | 0.7 | 0.48 |
| Hex | A5 | 25 | D1 | 15 | 52 | 0 | 12 | 11D | 46 | 30 |
| Octal | 245 | 45 | 321 | 25 | 122 | 0 | 22 | 435 | 106 | 60 |
| Binary | 10100101 | 100101 | 11010001 | 10101 | 1010010 | 0 | 10010 | 100011101 | 1000110 | 110000 |
Color Harmonies of #A525D1
Complementary color
Monochromatic Colors of #A525D1
Black with #A525D1
Text Example
Text Example
White with #A525D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525D1; }
p { color: rgb(165,37,209); }
H1.HeaderClassName
{
color: #A525D1;
}
.AnyTagClassName
{
color: #A525D1;
}
</style>
background-color css
<style>
a { background-color: #A525D1; }
a { background-color: rgb(165,37,209); }
div.DivClassName
{
background-color: #A525D1;
}
.BgClassName
{
background-color: #A525D1;
}
</style>
border-color css
<style>
span { border-color: #A525D1; }
span { border-color: rgb(165,37,209); }
td.TdClassName
{
border-color: #A525D1;
}
.TagClassName
{
border-color: #A525D1;
}
</style>