Shades of Dark Orchid #A525DC
Tints of Dark Orchid #A525DC
RGB
CMYK
RGB Variations
Color information
#A525DC (or 0xA525DC) is known color: Dark Orchid. HEX triplet: A5, 25 and DC. RGB value is (165,37,220). Sum of RGB (Red+Green+Blue) = 165+37+220=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #A525DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525DC is #5ADA23. Grayscale: #5F5F5F. Windows color (decimal): -5954084 or 14427557. OLE color: 14427557.
HSL color Cylindrical-coordinate representation of color #A525DC: hue angle of 281.97º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A525DC is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 37 | 220 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.14 |
| HSL | 281.97º | 0.72% | 0.5% | - |
| HSV(B) | 281.97º | 0.83% | 0.86% | - |
| XYZ | 29.1 | 14.49 | 68.97 | - |
| YUV | 96.13 | 197.91 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 220 | 0.25 | 0.83 | 0 | 0.14 | 281.97 | 0.72 | 0.5 |
| Hex | A5 | 25 | DC | 19 | 53 | 0 | E | 11A | 48 | 32 |
| Octal | 245 | 45 | 334 | 31 | 123 | 0 | 16 | 432 | 110 | 62 |
| Binary | 10100101 | 100101 | 11011100 | 11001 | 1010011 | 0 | 1110 | 100011010 | 1001000 | 110010 |
Color Harmonies of #A525DC
Complementary color
Monochromatic Colors of #A525DC
Black with #A525DC
Text Example
Text Example
White with #A525DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525DC; }
p { color: rgb(165,37,220); }
H1.HeaderClassName
{
color: #A525DC;
}
.AnyTagClassName
{
color: #A525DC;
}
</style>
background-color css
<style>
a { background-color: #A525DC; }
a { background-color: rgb(165,37,220); }
div.DivClassName
{
background-color: #A525DC;
}
.BgClassName
{
background-color: #A525DC;
}
</style>
border-color css
<style>
span { border-color: #A525DC; }
span { border-color: rgb(165,37,220); }
td.TdClassName
{
border-color: #A525DC;
}
.TagClassName
{
border-color: #A525DC;
}
</style>