Shades of Dark Orchid #A525DF
Tints of Dark Orchid #A525DF
RGB
CMYK
RGB Variations
Color information
#A525DF (or 0xA525DF) is known color: Dark Orchid. HEX triplet: A5, 25 and DF. RGB value is (165,37,223). Sum of RGB (Red+Green+Blue) = 165+37+223=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #A525DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525DF is #5ADA20. Grayscale: #5F5F5F. Windows color (decimal): -5954081 or 14624165. OLE color: 14624165.
HSL color Cylindrical-coordinate representation of color #A525DF: hue angle of 281.29º 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 #A525DF is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 37 | 223 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.13 |
| HSL | 281.29º | 0.74% | 0.51% | - |
| HSV(B) | 281.29º | 0.83% | 0.87% | - |
| XYZ | 29.5 | 14.65 | 71.09 | - |
| YUV | 96.48 | 199.41 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 223 | 0.26 | 0.83 | 0 | 0.13 | 281.29 | 0.74 | 0.51 |
| Hex | A5 | 25 | DF | 1A | 53 | 0 | D | 119 | 4A | 33 |
| Octal | 245 | 45 | 337 | 32 | 123 | 0 | 15 | 431 | 112 | 63 |
| Binary | 10100101 | 100101 | 11011111 | 11010 | 1010011 | 0 | 1101 | 100011001 | 1001010 | 110011 |
Color Harmonies of #A525DF
Complementary color
Monochromatic Colors of #A525DF
Black with #A525DF
Text Example
Text Example
White with #A525DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525DF; }
p { color: rgb(165,37,223); }
H1.HeaderClassName
{
color: #A525DF;
}
.AnyTagClassName
{
color: #A525DF;
}
</style>
background-color css
<style>
a { background-color: #A525DF; }
a { background-color: rgb(165,37,223); }
div.DivClassName
{
background-color: #A525DF;
}
.BgClassName
{
background-color: #A525DF;
}
</style>
border-color css
<style>
span { border-color: #A525DF; }
span { border-color: rgb(165,37,223); }
td.TdClassName
{
border-color: #A525DF;
}
.TagClassName
{
border-color: #A525DF;
}
</style>