Shades of Dark Orchid #A525DA
Tints of Dark Orchid #A525DA
RGB
CMYK
RGB Variations
Color information
#A525DA (or 0xA525DA) is known color: Dark Orchid. HEX triplet: A5, 25 and DA. RGB value is (165,37,218). Sum of RGB (Red+Green+Blue) = 165+37+218=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #A525DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525DA is #5ADA25. Grayscale: #5F5F5F. Windows color (decimal): -5954086 or 14296485. OLE color: 14296485.
HSL color Cylindrical-coordinate representation of color #A525DA: hue angle of 282.43º 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 #A525DA is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 37 | 218 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.15 |
| HSL | 282.43º | 0.71% | 0.5% | - |
| HSV(B) | 282.43º | 0.83% | 0.85% | - |
| XYZ | 28.83 | 14.38 | 67.59 | - |
| YUV | 95.91 | 196.91 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 218 | 0.24 | 0.83 | 0 | 0.15 | 282.43 | 0.71 | 0.5 |
| Hex | A5 | 25 | DA | 18 | 53 | 0 | F | 11A | 47 | 32 |
| Octal | 245 | 45 | 332 | 30 | 123 | 0 | 17 | 432 | 107 | 62 |
| Binary | 10100101 | 100101 | 11011010 | 11000 | 1010011 | 0 | 1111 | 100011010 | 1000111 | 110010 |
Color Harmonies of #A525DA
Complementary color
Monochromatic Colors of #A525DA
Black with #A525DA
Text Example
Text Example
White with #A525DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525DA; }
p { color: rgb(165,37,218); }
H1.HeaderClassName
{
color: #A525DA;
}
.AnyTagClassName
{
color: #A525DA;
}
</style>
background-color css
<style>
a { background-color: #A525DA; }
a { background-color: rgb(165,37,218); }
div.DivClassName
{
background-color: #A525DA;
}
.BgClassName
{
background-color: #A525DA;
}
</style>
border-color css
<style>
span { border-color: #A525DA; }
span { border-color: rgb(165,37,218); }
td.TdClassName
{
border-color: #A525DA;
}
.TagClassName
{
border-color: #A525DA;
}
</style>