Shades of Dark Orchid #A525C7
Tints of Dark Orchid #A525C7
RGB
CMYK
RGB Variations
Color information
#A525C7 (or 0xA525C7) is known color: Dark Orchid. HEX triplet: A5, 25 and C7. RGB value is (165,37,199). Sum of RGB (Red+Green+Blue) = 165+37+199=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 199 (78.12% from 255 or 49.63% from 401); Max value from RGB is 199 - color contains mainly: blue. Hex color #A525C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525C7 is #5ADA38. Grayscale: #5D5D5D. Windows color (decimal): -5954105 or 13051301. OLE color: 13051301.
HSL color Cylindrical-coordinate representation of color #A525C7: hue angle of 287.41º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A525C7 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 37 | 199 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.22 |
| HSL | 287.41º | 0.69% | 0.46% | - |
| HSV(B) | 287.41º | 0.81% | 0.78% | - |
| XYZ | 26.49 | 13.45 | 55.23 | - |
| YUV | 93.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 199 | 0.17 | 0.81 | 0 | 0.22 | 287.41 | 0.69 | 0.46 |
| Hex | A5 | 25 | C7 | 11 | 51 | 0 | 16 | 11F | 45 | 2E |
| Octal | 245 | 45 | 307 | 21 | 121 | 0 | 26 | 437 | 105 | 56 |
| Binary | 10100101 | 100101 | 11000111 | 10001 | 1010001 | 0 | 10110 | 100011111 | 1000101 | 101110 |
Color Harmonies of #A525C7
Complementary color
Monochromatic Colors of #A525C7
Black with #A525C7
Text Example
Text Example
White with #A525C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525C7; }
p { color: rgb(165,37,199); }
H1.HeaderClassName
{
color: #A525C7;
}
.AnyTagClassName
{
color: #A525C7;
}
</style>
background-color css
<style>
a { background-color: #A525C7; }
a { background-color: rgb(165,37,199); }
div.DivClassName
{
background-color: #A525C7;
}
.BgClassName
{
background-color: #A525C7;
}
</style>
border-color css
<style>
span { border-color: #A525C7; }
span { border-color: rgb(165,37,199); }
td.TdClassName
{
border-color: #A525C7;
}
.TagClassName
{
border-color: #A525C7;
}
</style>