Shades of Dark Orchid #A725AC
Tints of Dark Orchid #A725AC
RGB
CMYK
RGB Variations
Color information
#A725AC (or 0xA725AC) is known color: Dark Orchid. HEX triplet: A7, 25 and AC. RGB value is (167,37,172). Sum of RGB (Red+Green+Blue) = 167+37+172=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #A725AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A725AC is #58DA53. Grayscale: #5A5A5A. Windows color (decimal): -5823060 or 11281831. OLE color: 11281831.
HSL color Cylindrical-coordinate representation of color #A725AC: hue angle of 297.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A725AC is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 37 | 172 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.33 |
| HSL | 297.78º | 0.65% | 0.41% | - |
| HSV(B) | 297.78º | 0.78% | 0.67% | - |
| XYZ | 24.04 | 12.52 | 40.18 | - |
| YUV | 91.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 172 | 0.03 | 0.78 | 0 | 0.33 | 297.78 | 0.65 | 0.41 |
| Hex | A7 | 25 | AC | 3 | 4E | 0 | 21 | 12A | 41 | 29 |
| Octal | 247 | 45 | 254 | 3 | 116 | 0 | 41 | 452 | 101 | 51 |
| Binary | 10100111 | 100101 | 10101100 | 11 | 1001110 | 0 | 100001 | 100101010 | 1000001 | 101001 |
Color Harmonies of #A725AC
Complementary color
Monochromatic Colors of #A725AC
Black with #A725AC
Text Example
Text Example
White with #A725AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A725AC; }
p { color: rgb(167,37,172); }
H1.HeaderClassName
{
color: #A725AC;
}
.AnyTagClassName
{
color: #A725AC;
}
</style>
background-color css
<style>
a { background-color: #A725AC; }
a { background-color: rgb(167,37,172); }
div.DivClassName
{
background-color: #A725AC;
}
.BgClassName
{
background-color: #A725AC;
}
</style>
border-color css
<style>
span { border-color: #A725AC; }
span { border-color: rgb(167,37,172); }
td.TdClassName
{
border-color: #A725AC;
}
.TagClassName
{
border-color: #A725AC;
}
</style>