Shades of Dark Orchid #A724C3
Tints of Dark Orchid #A724C3
RGB
CMYK
RGB Variations
Color information
#A724C3 (or 0xA724C3) is known color: Dark Orchid. HEX triplet: A7, 24 and C3. RGB value is (167,36,195). Sum of RGB (Red+Green+Blue) = 167+36+195=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #A724C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A724C3 is #58DB3C. Grayscale: #5C5C5C. Windows color (decimal): -5823293 or 12788903. OLE color: 12788903.
HSL color Cylindrical-coordinate representation of color #A724C3: hue angle of 289.43º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A724C3 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 36 | 195 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.24 |
| HSL | 289.43º | 0.69% | 0.45% | - |
| HSV(B) | 289.43º | 0.82% | 0.76% | - |
| XYZ | 26.42 | 13.42 | 52.83 | - |
| YUV | 93.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 195 | 0.14 | 0.82 | 0 | 0.24 | 289.43 | 0.69 | 0.45 |
| Hex | A7 | 24 | C3 | E | 52 | 0 | 18 | 121 | 45 | 2D |
| Octal | 247 | 44 | 303 | 16 | 122 | 0 | 30 | 441 | 105 | 55 |
| Binary | 10100111 | 100100 | 11000011 | 1110 | 1010010 | 0 | 11000 | 100100001 | 1000101 | 101101 |
Color Harmonies of #A724C3
Complementary color
Monochromatic Colors of #A724C3
Black with #A724C3
Text Example
Text Example
White with #A724C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A724C3; }
p { color: rgb(167,36,195); }
H1.HeaderClassName
{
color: #A724C3;
}
.AnyTagClassName
{
color: #A724C3;
}
</style>
background-color css
<style>
a { background-color: #A724C3; }
a { background-color: rgb(167,36,195); }
div.DivClassName
{
background-color: #A724C3;
}
.BgClassName
{
background-color: #A724C3;
}
</style>
border-color css
<style>
span { border-color: #A724C3; }
span { border-color: rgb(167,36,195); }
td.TdClassName
{
border-color: #A724C3;
}
.TagClassName
{
border-color: #A724C3;
}
</style>