Shades of Dark Orchid #A525CF
Tints of Dark Orchid #A525CF
RGB
CMYK
RGB Variations
Color information
#A525CF (or 0xA525CF) is known color: Dark Orchid. HEX triplet: A5, 25 and CF. RGB value is (165,37,207). Sum of RGB (Red+Green+Blue) = 165+37+207=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #A525CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525CF is #5ADA30. Grayscale: #5E5E5E. Windows color (decimal): -5954097 or 13575589. OLE color: 13575589.
HSL color Cylindrical-coordinate representation of color #A525CF: hue angle of 285.18º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A525CF is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 37 | 207 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.19 |
| HSL | 285.18º | 0.7% | 0.48% | - |
| HSV(B) | 285.18º | 0.82% | 0.81% | - |
| XYZ | 27.44 | 13.83 | 60.25 | - |
| YUV | 94.65 | 191.41 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 207 | 0.20 | 0.82 | 0 | 0.19 | 285.18 | 0.7 | 0.48 |
| Hex | A5 | 25 | CF | 14 | 52 | 0 | 13 | 11D | 46 | 30 |
| Octal | 245 | 45 | 317 | 24 | 122 | 0 | 23 | 435 | 106 | 60 |
| Binary | 10100101 | 100101 | 11001111 | 10100 | 1010010 | 0 | 10011 | 100011101 | 1000110 | 110000 |
Color Harmonies of #A525CF
Complementary color
Monochromatic Colors of #A525CF
Black with #A525CF
Text Example
Text Example
White with #A525CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A525CF; }
p { color: rgb(165,37,207); }
H1.HeaderClassName
{
color: #A525CF;
}
.AnyTagClassName
{
color: #A525CF;
}
</style>
background-color css
<style>
a { background-color: #A525CF; }
a { background-color: rgb(165,37,207); }
div.DivClassName
{
background-color: #A525CF;
}
.BgClassName
{
background-color: #A525CF;
}
</style>
border-color css
<style>
span { border-color: #A525CF; }
span { border-color: rgb(165,37,207); }
td.TdClassName
{
border-color: #A525CF;
}
.TagClassName
{
border-color: #A525CF;
}
</style>