Shades of Dark Orchid #A725C8
Tints of Dark Orchid #A725C8
RGB
CMYK
RGB Variations
Color information
#A725C8 (or 0xA725C8) is known color: Dark Orchid. HEX triplet: A7, 25 and C8. RGB value is (167,37,200). Sum of RGB (Red+Green+Blue) = 167+37+200=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #A725C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A725C8 is #58DA37. Grayscale: #5D5D5D. Windows color (decimal): -5823032 or 13116839. OLE color: 13116839.
HSL color Cylindrical-coordinate representation of color #A725C8: hue angle of 287.85º 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 #A725C8 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 37 | 200 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.22 |
| HSL | 287.85º | 0.69% | 0.46% | - |
| HSV(B) | 287.85º | 0.82% | 0.78% | - |
| XYZ | 27.02 | 13.71 | 55.87 | - |
| YUV | 94.45 | 187.57 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 200 | 0.16 | 0.82 | 0 | 0.22 | 287.85 | 0.69 | 0.46 |
| Hex | A7 | 25 | C8 | 10 | 52 | 0 | 16 | 120 | 45 | 2E |
| Octal | 247 | 45 | 310 | 20 | 122 | 0 | 26 | 440 | 105 | 56 |
| Binary | 10100111 | 100101 | 11001000 | 10000 | 1010010 | 0 | 10110 | 100100000 | 1000101 | 101110 |
Color Harmonies of #A725C8
Complementary color
Monochromatic Colors of #A725C8
Black with #A725C8
Text Example
Text Example
White with #A725C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A725C8; }
p { color: rgb(167,37,200); }
H1.HeaderClassName
{
color: #A725C8;
}
.AnyTagClassName
{
color: #A725C8;
}
</style>
background-color css
<style>
a { background-color: #A725C8; }
a { background-color: rgb(167,37,200); }
div.DivClassName
{
background-color: #A725C8;
}
.BgClassName
{
background-color: #A725C8;
}
</style>
border-color css
<style>
span { border-color: #A725C8; }
span { border-color: rgb(167,37,200); }
td.TdClassName
{
border-color: #A725C8;
}
.TagClassName
{
border-color: #A725C8;
}
</style>