Shades of Dark Orchid #A04BDC
Tints of Dark Orchid #A04BDC
RGB
CMYK
RGB Variations
Color information
#A04BDC (or 0xA04BDC) is known color: Dark Orchid. HEX triplet: A0, 4B and DC. RGB value is (160,75,220). Sum of RGB (Red+Green+Blue) = 160+75+220=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #A04BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BDC is #5FB423. Grayscale: #747474. Windows color (decimal): -6272036 or 14437280. OLE color: 14437280.
HSL color Cylindrical-coordinate representation of color #A04BDC: hue angle of 275.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04BDC is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 75 | 220 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.14 |
| HSL | 275.17º | 0.67% | 0.58% | - |
| HSV(B) | 275.17º | 0.66% | 0.86% | - |
| XYZ | 29.93 | 17.67 | 69.54 | - |
| YUV | 116.95 | 186.16 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 220 | 0.27 | 0.66 | 0 | 0.14 | 275.17 | 0.67 | 0.58 |
| Hex | A0 | 4B | DC | 1B | 42 | 0 | E | 113 | 43 | 3A |
| Octal | 240 | 113 | 334 | 33 | 102 | 0 | 16 | 423 | 103 | 72 |
| Binary | 10100000 | 1001011 | 11011100 | 11011 | 1000010 | 0 | 1110 | 100010011 | 1000011 | 111010 |
Color Harmonies of #A04BDC
Complementary color
Monochromatic Colors of #A04BDC
Black with #A04BDC
Text Example
Text Example
White with #A04BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BDC; }
p { color: rgb(160,75,220); }
H1.HeaderClassName
{
color: #A04BDC;
}
.AnyTagClassName
{
color: #A04BDC;
}
</style>
background-color css
<style>
a { background-color: #A04BDC; }
a { background-color: rgb(160,75,220); }
div.DivClassName
{
background-color: #A04BDC;
}
.BgClassName
{
background-color: #A04BDC;
}
</style>
border-color css
<style>
span { border-color: #A04BDC; }
span { border-color: rgb(160,75,220); }
td.TdClassName
{
border-color: #A04BDC;
}
.TagClassName
{
border-color: #A04BDC;
}
</style>