Shades of Dark Orchid #A725A7
Tints of Dark Orchid #A725A7
RGB
CMYK
RGB Variations
Color information
#A725A7 (or 0xA725A7) is known color: Dark Orchid. HEX triplet: A7, 25 and A7. RGB value is (167,37,167). Sum of RGB (Red+Green+Blue) = 167+37+167=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: red, blue. Hex color #A725A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A725A7 is #58DA58. Grayscale: #5A5A5A. Windows color (decimal): -5823065 or 10954151. OLE color: 10954151.
HSL color Cylindrical-coordinate representation of color #A725A7: hue angle of 300º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A725A7 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 37 | 167 | - |
| CMYK | 0 | 0.78 | 0 | 0.35 |
| HSL | 300º | 0.64% | 0.4% | - |
| HSV(B) | 300º | 0.78% | 0.65% | - |
| XYZ | 23.57 | 12.33 | 37.7 | - |
| YUV | 90.69 | 171.07 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 167 | 0 | 0.78 | 0 | 0.35 | 300 | 0.64 | 0.4 |
| Hex | A7 | 25 | A7 | 0 | 4E | 0 | 23 | 12C | 40 | 28 |
| Octal | 247 | 45 | 247 | 0 | 116 | 0 | 43 | 454 | 100 | 50 |
| Binary | 10100111 | 100101 | 10100111 | 0 | 1001110 | 0 | 100011 | 100101100 | 1000000 | 101000 |
Color Harmonies of #A725A7
Complementary color
Monochromatic Colors of #A725A7
Black with #A725A7
Text Example
Text Example
White with #A725A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A725A7; }
p { color: rgb(167,37,167); }
H1.HeaderClassName
{
color: #A725A7;
}
.AnyTagClassName
{
color: #A725A7;
}
</style>
background-color css
<style>
a { background-color: #A725A7; }
a { background-color: rgb(167,37,167); }
div.DivClassName
{
background-color: #A725A7;
}
.BgClassName
{
background-color: #A725A7;
}
</style>
border-color css
<style>
span { border-color: #A725A7; }
span { border-color: rgb(167,37,167); }
td.TdClassName
{
border-color: #A725A7;
}
.TagClassName
{
border-color: #A725A7;
}
</style>