Shades of Dark Orchid #A925CF
Tints of Dark Orchid #A925CF
RGB
CMYK
RGB Variations
Color information
#A925CF (or 0xA925CF) is known color: Dark Orchid. HEX triplet: A9, 25 and CF. RGB value is (169,37,207). Sum of RGB (Red+Green+Blue) = 169+37+207=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #A925CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A925CF is #56DA30. Grayscale: #5F5F5F. Windows color (decimal): -5691953 or 13575593. OLE color: 13575593.
HSL color Cylindrical-coordinate representation of color #A925CF: hue angle of 286.59º 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 #A925CF is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 37 | 207 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.19 |
| HSL | 286.59º | 0.7% | 0.48% | - |
| HSV(B) | 286.59º | 0.82% | 0.81% | - |
| XYZ | 28.29 | 14.26 | 60.29 | - |
| YUV | 95.85 | 190.73 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 207 | 0.18 | 0.82 | 0 | 0.19 | 286.59 | 0.7 | 0.48 |
| Hex | A9 | 25 | CF | 12 | 52 | 0 | 13 | 11F | 46 | 30 |
| Octal | 251 | 45 | 317 | 22 | 122 | 0 | 23 | 437 | 106 | 60 |
| Binary | 10101001 | 100101 | 11001111 | 10010 | 1010010 | 0 | 10011 | 100011111 | 1000110 | 110000 |
Color Harmonies of #A925CF
Complementary color
Monochromatic Colors of #A925CF
Black with #A925CF
Text Example
Text Example
White with #A925CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A925CF; }
p { color: rgb(169,37,207); }
H1.HeaderClassName
{
color: #A925CF;
}
.AnyTagClassName
{
color: #A925CF;
}
</style>
background-color css
<style>
a { background-color: #A925CF; }
a { background-color: rgb(169,37,207); }
div.DivClassName
{
background-color: #A925CF;
}
.BgClassName
{
background-color: #A925CF;
}
</style>
border-color css
<style>
span { border-color: #A925CF; }
span { border-color: rgb(169,37,207); }
td.TdClassName
{
border-color: #A925CF;
}
.TagClassName
{
border-color: #A925CF;
}
</style>