Shades of Dark Orchid #A04CDA
Tints of Dark Orchid #A04CDA
RGB
CMYK
RGB Variations
Color information
#A04CDA (or 0xA04CDA) is known color: Dark Orchid. HEX triplet: A0, 4C and DA. RGB value is (160,76,218). Sum of RGB (Red+Green+Blue) = 160+76+218=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #A04CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CDA is #5FB325. Grayscale: #747474. Windows color (decimal): -6271782 or 14306464. OLE color: 14306464.
HSL color Cylindrical-coordinate representation of color #A04CDA: hue angle of 275.49º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A04CDA is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 76 | 218 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.15 |
| HSL | 275.49º | 0.66% | 0.58% | - |
| HSV(B) | 275.49º | 0.65% | 0.85% | - |
| XYZ | 29.74 | 17.7 | 68.18 | - |
| YUV | 117.3 | 184.83 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 218 | 0.27 | 0.65 | 0 | 0.15 | 275.49 | 0.66 | 0.58 |
| Hex | A0 | 4C | DA | 1B | 41 | 0 | F | 113 | 42 | 3A |
| Octal | 240 | 114 | 332 | 33 | 101 | 0 | 17 | 423 | 102 | 72 |
| Binary | 10100000 | 1001100 | 11011010 | 11011 | 1000001 | 0 | 1111 | 100010011 | 1000010 | 111010 |
Color Harmonies of #A04CDA
Complementary color
Monochromatic Colors of #A04CDA
Black with #A04CDA
Text Example
Text Example
White with #A04CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CDA; }
p { color: rgb(160,76,218); }
H1.HeaderClassName
{
color: #A04CDA;
}
.AnyTagClassName
{
color: #A04CDA;
}
</style>
background-color css
<style>
a { background-color: #A04CDA; }
a { background-color: rgb(160,76,218); }
div.DivClassName
{
background-color: #A04CDA;
}
.BgClassName
{
background-color: #A04CDA;
}
</style>
border-color css
<style>
span { border-color: #A04CDA; }
span { border-color: rgb(160,76,218); }
td.TdClassName
{
border-color: #A04CDA;
}
.TagClassName
{
border-color: #A04CDA;
}
</style>