Shades of Dark Orchid #A134E0
Tints of Dark Orchid #A134E0
RGB
CMYK
RGB Variations
Color information
#A134E0 (or 0xA134E0) is known color: Dark Orchid. HEX triplet: A1, 34 and E0. RGB value is (161,52,224). Sum of RGB (Red+Green+Blue) = 161+52+224=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #A134E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A134E0 is #5ECB1F. Grayscale: #676767. Windows color (decimal): -6212384 or 14693537. OLE color: 14693537.
HSL color Cylindrical-coordinate representation of color #A134E0: hue angle of 278.02º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A134E0 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 52 | 224 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.12 |
| HSL | 278.02º | 0.74% | 0.54% | - |
| HSV(B) | 278.02º | 0.77% | 0.88% | - |
| XYZ | 29.38 | 15.41 | 71.95 | - |
| YUV | 104.2 | 195.61 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 224 | 0.28 | 0.77 | 0 | 0.12 | 278.02 | 0.74 | 0.54 |
| Hex | A1 | 34 | E0 | 1C | 4D | 0 | C | 116 | 4A | 36 |
| Octal | 241 | 64 | 340 | 34 | 115 | 0 | 14 | 426 | 112 | 66 |
| Binary | 10100001 | 110100 | 11100000 | 11100 | 1001101 | 0 | 1100 | 100010110 | 1001010 | 110110 |
Color Harmonies of #A134E0
Complementary color
Monochromatic Colors of #A134E0
Black with #A134E0
Text Example
Text Example
White with #A134E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A134E0; }
p { color: rgb(161,52,224); }
H1.HeaderClassName
{
color: #A134E0;
}
.AnyTagClassName
{
color: #A134E0;
}
</style>
background-color css
<style>
a { background-color: #A134E0; }
a { background-color: rgb(161,52,224); }
div.DivClassName
{
background-color: #A134E0;
}
.BgClassName
{
background-color: #A134E0;
}
</style>
border-color css
<style>
span { border-color: #A134E0; }
span { border-color: rgb(161,52,224); }
td.TdClassName
{
border-color: #A134E0;
}
.TagClassName
{
border-color: #A134E0;
}
</style>