Shades of Dark Orchid #A134DC
Tints of Dark Orchid #A134DC
RGB
CMYK
RGB Variations
Color information
#A134DC (or 0xA134DC) is known color: Dark Orchid. HEX triplet: A1, 34 and DC. RGB value is (161,52,220). Sum of RGB (Red+Green+Blue) = 161+52+220=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #A134DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134DC is #5ECB23. Grayscale: #676767. Windows color (decimal): -6212388 or 14431393. OLE color: 14431393.
HSL color Cylindrical-coordinate representation of color #A134DC: hue angle of 278.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A134DC is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 52 | 220 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.14 |
| HSL | 278.93º | 0.71% | 0.53% | - |
| HSV(B) | 278.93º | 0.76% | 0.86% | - |
| XYZ | 28.84 | 15.2 | 69.12 | - |
| YUV | 103.74 | 193.61 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 220 | 0.27 | 0.76 | 0 | 0.14 | 278.93 | 0.71 | 0.53 |
| Hex | A1 | 34 | DC | 1B | 4C | 0 | E | 117 | 47 | 35 |
| Octal | 241 | 64 | 334 | 33 | 114 | 0 | 16 | 427 | 107 | 65 |
| Binary | 10100001 | 110100 | 11011100 | 11011 | 1001100 | 0 | 1110 | 100010111 | 1000111 | 110101 |
Color Harmonies of #A134DC
Complementary color
Monochromatic Colors of #A134DC
Black with #A134DC
Text Example
Text Example
White with #A134DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134DC; }
p { color: rgb(161,52,220); }
H1.HeaderClassName
{
color: #A134DC;
}
.AnyTagClassName
{
color: #A134DC;
}
</style>
background-color css
<style>
a { background-color: #A134DC; }
a { background-color: rgb(161,52,220); }
div.DivClassName
{
background-color: #A134DC;
}
.BgClassName
{
background-color: #A134DC;
}
</style>
border-color css
<style>
span { border-color: #A134DC; }
span { border-color: rgb(161,52,220); }
td.TdClassName
{
border-color: #A134DC;
}
.TagClassName
{
border-color: #A134DC;
}
</style>