Shades of Dark Orchid #A724BD
Tints of Dark Orchid #A724BD
RGB
CMYK
RGB Variations
Color information
#A724BD (or 0xA724BD) is known color: Dark Orchid. HEX triplet: A7, 24 and BD. RGB value is (167,36,189). Sum of RGB (Red+Green+Blue) = 167+36+189=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #A724BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A724BD is #58DB42. Grayscale: #5C5C5C. Windows color (decimal): -5823299 or 12395687. OLE color: 12395687.
HSL color Cylindrical-coordinate representation of color #A724BD: hue angle of 291.37º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A724BD is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 36 | 189 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.26 |
| HSL | 291.37º | 0.68% | 0.44% | - |
| HSV(B) | 291.37º | 0.81% | 0.74% | - |
| XYZ | 25.75 | 13.15 | 49.33 | - |
| YUV | 92.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 189 | 0.12 | 0.81 | 0 | 0.26 | 291.37 | 0.68 | 0.44 |
| Hex | A7 | 24 | BD | C | 51 | 0 | 1A | 123 | 44 | 2C |
| Octal | 247 | 44 | 275 | 14 | 121 | 0 | 32 | 443 | 104 | 54 |
| Binary | 10100111 | 100100 | 10111101 | 1100 | 1010001 | 0 | 11010 | 100100011 | 1000100 | 101100 |
Color Harmonies of #A724BD
Complementary color
Monochromatic Colors of #A724BD
Black with #A724BD
Text Example
Text Example
White with #A724BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A724BD; }
p { color: rgb(167,36,189); }
H1.HeaderClassName
{
color: #A724BD;
}
.AnyTagClassName
{
color: #A724BD;
}
</style>
background-color css
<style>
a { background-color: #A724BD; }
a { background-color: rgb(167,36,189); }
div.DivClassName
{
background-color: #A724BD;
}
.BgClassName
{
background-color: #A724BD;
}
</style>
border-color css
<style>
span { border-color: #A724BD; }
span { border-color: rgb(167,36,189); }
td.TdClassName
{
border-color: #A724BD;
}
.TagClassName
{
border-color: #A724BD;
}
</style>