Shades of Dark Orchid #A825C7
Tints of Dark Orchid #A825C7
RGB
CMYK
RGB Variations
Color information
#A825C7 (or 0xA825C7) is known color: Dark Orchid. HEX triplet: A8, 25 and C7. RGB value is (168,37,199). Sum of RGB (Red+Green+Blue) = 168+37+199=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 199 (78.12% from 255 or 49.26% from 404); Max value from RGB is 199 - color contains mainly: blue. Hex color #A825C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A825C7 is #57DA38. Grayscale: #5E5E5E. Windows color (decimal): -5757497 or 13051304. OLE color: 13051304.
HSL color Cylindrical-coordinate representation of color #A825C7: hue angle of 288.52º 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 #A825C7 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 37 | 199 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.22 |
| HSL | 288.52º | 0.69% | 0.46% | - |
| HSV(B) | 288.52º | 0.81% | 0.78% | - |
| XYZ | 27.12 | 13.77 | 55.26 | - |
| YUV | 94.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 199 | 0.16 | 0.81 | 0 | 0.22 | 288.52 | 0.69 | 0.46 |
| Hex | A8 | 25 | C7 | 10 | 51 | 0 | 16 | 121 | 45 | 2E |
| Octal | 250 | 45 | 307 | 20 | 121 | 0 | 26 | 441 | 105 | 56 |
| Binary | 10101000 | 100101 | 11000111 | 10000 | 1010001 | 0 | 10110 | 100100001 | 1000101 | 101110 |
Color Harmonies of #A825C7
Complementary color
Monochromatic Colors of #A825C7
Black with #A825C7
Text Example
Text Example
White with #A825C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A825C7; }
p { color: rgb(168,37,199); }
H1.HeaderClassName
{
color: #A825C7;
}
.AnyTagClassName
{
color: #A825C7;
}
</style>
background-color css
<style>
a { background-color: #A825C7; }
a { background-color: rgb(168,37,199); }
div.DivClassName
{
background-color: #A825C7;
}
.BgClassName
{
background-color: #A825C7;
}
</style>
border-color css
<style>
span { border-color: #A825C7; }
span { border-color: rgb(168,37,199); }
td.TdClassName
{
border-color: #A825C7;
}
.TagClassName
{
border-color: #A825C7;
}
</style>