Shades of Dark Orchid #A725BD
Tints of Dark Orchid #A725BD
RGB
CMYK
RGB Variations
Color information
#A725BD (or 0xA725BD) is known color: Dark Orchid. HEX triplet: A7, 25 and BD. RGB value is (167,37,189). Sum of RGB (Red+Green+Blue) = 167+37+189=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #A725BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A725BD is #58DA42. Grayscale: #5C5C5C. Windows color (decimal): -5823043 or 12395943. OLE color: 12395943.
HSL color Cylindrical-coordinate representation of color #A725BD: hue angle of 291.32º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A725BD is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 37 | 189 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.26 |
| HSL | 291.32º | 0.67% | 0.44% | - |
| HSV(B) | 291.32º | 0.8% | 0.74% | - |
| XYZ | 25.78 | 13.21 | 49.34 | - |
| YUV | 93.2 | 182.07 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 189 | 0.12 | 0.80 | 0 | 0.26 | 291.32 | 0.67 | 0.44 |
| Hex | A7 | 25 | BD | C | 50 | 0 | 1A | 123 | 43 | 2C |
| Octal | 247 | 45 | 275 | 14 | 120 | 0 | 32 | 443 | 103 | 54 |
| Binary | 10100111 | 100101 | 10111101 | 1100 | 1010000 | 0 | 11010 | 100100011 | 1000011 | 101100 |
Color Harmonies of #A725BD
Complementary color
Monochromatic Colors of #A725BD
Black with #A725BD
Text Example
Text Example
White with #A725BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A725BD; }
p { color: rgb(167,37,189); }
H1.HeaderClassName
{
color: #A725BD;
}
.AnyTagClassName
{
color: #A725BD;
}
</style>
background-color css
<style>
a { background-color: #A725BD; }
a { background-color: rgb(167,37,189); }
div.DivClassName
{
background-color: #A725BD;
}
.BgClassName
{
background-color: #A725BD;
}
</style>
border-color css
<style>
span { border-color: #A725BD; }
span { border-color: rgb(167,37,189); }
td.TdClassName
{
border-color: #A725BD;
}
.TagClassName
{
border-color: #A725BD;
}
</style>