Shades of Dark Orchid #A525DE
Tints of Dark Orchid #A525DE
RGB
CMYK
RGB Variations
Color information
#A525DE (or 0xA525DE) is known color: Dark Orchid. HEX triplet: A5, 25 and DE. RGB value is (165,37,222). Sum of RGB (Red+Green+Blue) = 165+37+222=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #A525DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525DE is #5ADA21. Grayscale: #5F5F5F. Windows color (decimal): -5954082 or 14558629. OLE color: 14558629.
HSL color Cylindrical-coordinate representation of color #A525DE: hue angle of 281.51º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A525DE is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 37 | 222 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.13 |
| HSL | 281.51º | 0.74% | 0.51% | - |
| HSV(B) | 281.51º | 0.83% | 0.87% | - |
| XYZ | 29.36 | 14.6 | 70.38 | - |
| YUV | 96.36 | 198.91 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 222 | 0.26 | 0.83 | 0 | 0.13 | 281.51 | 0.74 | 0.51 |
| Hex | A5 | 25 | DE | 1A | 53 | 0 | D | 11A | 4A | 33 |
| Octal | 245 | 45 | 336 | 32 | 123 | 0 | 15 | 432 | 112 | 63 |
| Binary | 10100101 | 100101 | 11011110 | 11010 | 1010011 | 0 | 1101 | 100011010 | 1001010 | 110011 |
Color Harmonies of #A525DE
Complementary color
Monochromatic Colors of #A525DE
Black with #A525DE
Text Example
Text Example
White with #A525DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525DE; }
p { color: rgb(165,37,222); }
H1.HeaderClassName
{
color: #A525DE;
}
.AnyTagClassName
{
color: #A525DE;
}
</style>
background-color css
<style>
a { background-color: #A525DE; }
a { background-color: rgb(165,37,222); }
div.DivClassName
{
background-color: #A525DE;
}
.BgClassName
{
background-color: #A525DE;
}
</style>
border-color css
<style>
span { border-color: #A525DE; }
span { border-color: rgb(165,37,222); }
td.TdClassName
{
border-color: #A525DE;
}
.TagClassName
{
border-color: #A525DE;
}
</style>