Shades of Dark Orchid #A034BC
Tints of Dark Orchid #A034BC
RGB
CMYK
RGB Variations
Color information
#A034BC (or 0xA034BC) is known color: Dark Orchid. HEX triplet: A0, 34 and BC. RGB value is (160,52,188). Sum of RGB (Red+Green+Blue) = 160+52+188=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #A034BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034BC is #5FCB43. Grayscale: #636363. Windows color (decimal): -6277956 or 12334240. OLE color: 12334240.
HSL color Cylindrical-coordinate representation of color #A034BC: hue angle of 287.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A034BC is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 52 | 188 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.26 |
| HSL | 287.65º | 0.57% | 0.47% | - |
| HSV(B) | 287.65º | 0.72% | 0.74% | - |
| XYZ | 24.8 | 13.56 | 48.89 | - |
| YUV | 99.8 | 177.78 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 188 | 0.15 | 0.72 | 0 | 0.26 | 287.65 | 0.57 | 0.47 |
| Hex | A0 | 34 | BC | F | 48 | 0 | 1A | 120 | 39 | 2F |
| Octal | 240 | 64 | 274 | 17 | 110 | 0 | 32 | 440 | 71 | 57 |
| Binary | 10100000 | 110100 | 10111100 | 1111 | 1001000 | 0 | 11010 | 100100000 | 111001 | 101111 |
Color Harmonies of #A034BC
Complementary color
Monochromatic Colors of #A034BC
Black with #A034BC
Text Example
Text Example
White with #A034BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A034BC; }
p { color: rgb(160,52,188); }
H1.HeaderClassName
{
color: #A034BC;
}
.AnyTagClassName
{
color: #A034BC;
}
</style>
background-color css
<style>
a { background-color: #A034BC; }
a { background-color: rgb(160,52,188); }
div.DivClassName
{
background-color: #A034BC;
}
.BgClassName
{
background-color: #A034BC;
}
</style>
border-color css
<style>
span { border-color: #A034BC; }
span { border-color: rgb(160,52,188); }
td.TdClassName
{
border-color: #A034BC;
}
.TagClassName
{
border-color: #A034BC;
}
</style>