Shades of Dark Orchid #A724B4
Tints of Dark Orchid #A724B4
RGB
CMYK
RGB Variations
Color information
#A724B4 (or 0xA724B4) is known color: Dark Orchid. HEX triplet: A7, 24 and B4. RGB value is (167,36,180). Sum of RGB (Red+Green+Blue) = 167+36+180=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #A724B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A724B4 is #58DB4B. Grayscale: #5B5B5B. Windows color (decimal): -5823308 or 11805863. OLE color: 11805863.
HSL color Cylindrical-coordinate representation of color #A724B4: hue angle of 294.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A724B4 is Cyan = 0.07, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 36 | 180 | - |
| CMYK | 0.07 | 0.8 | 0 | 0.29 |
| HSL | 294.58º | 0.67% | 0.42% | - |
| HSV(B) | 294.58º | 0.8% | 0.71% | - |
| XYZ | 24.81 | 12.77 | 44.34 | - |
| YUV | 91.59 | 177.9 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 180 | 0.07 | 0.8 | 0 | 0.29 | 294.58 | 0.67 | 0.42 |
| Hex | A7 | 24 | B4 | 7 | 50 | 0 | 1D | 127 | 43 | 2A |
| Octal | 247 | 44 | 264 | 7 | 120 | 0 | 35 | 447 | 103 | 52 |
| Binary | 10100111 | 100100 | 10110100 | 111 | 1010000 | 0 | 11101 | 100100111 | 1000011 | 101010 |
Color Harmonies of #A724B4
Complementary color
Monochromatic Colors of #A724B4
Black with #A724B4
Text Example
Text Example
White with #A724B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A724B4; }
p { color: rgb(167,36,180); }
H1.HeaderClassName
{
color: #A724B4;
}
.AnyTagClassName
{
color: #A724B4;
}
</style>
background-color css
<style>
a { background-color: #A724B4; }
a { background-color: rgb(167,36,180); }
div.DivClassName
{
background-color: #A724B4;
}
.BgClassName
{
background-color: #A724B4;
}
</style>
border-color css
<style>
span { border-color: #A724B4; }
span { border-color: rgb(167,36,180); }
td.TdClassName
{
border-color: #A724B4;
}
.TagClassName
{
border-color: #A724B4;
}
</style>