Shades of Dark Orchid #A334BC
Tints of Dark Orchid #A334BC
RGB
CMYK
RGB Variations
Color information
#A334BC (or 0xA334BC) is known color: Dark Orchid. HEX triplet: A3, 34 and BC. RGB value is (163,52,188). Sum of RGB (Red+Green+Blue) = 163+52+188=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #A334BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334BC is #5CCB43. Grayscale: #646464. Windows color (decimal): -6081348 or 12334243. OLE color: 12334243.
HSL color Cylindrical-coordinate representation of color #A334BC: hue angle of 288.97º 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 #A334BC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 52 | 188 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.26 |
| HSL | 288.97º | 0.57% | 0.47% | - |
| HSV(B) | 288.97º | 0.72% | 0.74% | - |
| XYZ | 25.41 | 13.87 | 48.92 | - |
| YUV | 100.69 | 177.27 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 188 | 0.13 | 0.72 | 0 | 0.26 | 288.97 | 0.57 | 0.47 |
| Hex | A3 | 34 | BC | D | 48 | 0 | 1A | 121 | 39 | 2F |
| Octal | 243 | 64 | 274 | 15 | 110 | 0 | 32 | 441 | 71 | 57 |
| Binary | 10100011 | 110100 | 10111100 | 1101 | 1001000 | 0 | 11010 | 100100001 | 111001 | 101111 |
Color Harmonies of #A334BC
Complementary color
Monochromatic Colors of #A334BC
Black with #A334BC
Text Example
Text Example
White with #A334BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A334BC; }
p { color: rgb(163,52,188); }
H1.HeaderClassName
{
color: #A334BC;
}
.AnyTagClassName
{
color: #A334BC;
}
</style>
background-color css
<style>
a { background-color: #A334BC; }
a { background-color: rgb(163,52,188); }
div.DivClassName
{
background-color: #A334BC;
}
.BgClassName
{
background-color: #A334BC;
}
</style>
border-color css
<style>
span { border-color: #A334BC; }
span { border-color: rgb(163,52,188); }
td.TdClassName
{
border-color: #A334BC;
}
.TagClassName
{
border-color: #A334BC;
}
</style>