Shades of Dark Orchid #A834AE
Tints of Dark Orchid #A834AE
RGB
CMYK
RGB Variations
Color information
#A834AE (or 0xA834AE) is known color: Dark Orchid. HEX triplet: A8, 34 and AE. RGB value is (168,52,174). Sum of RGB (Red+Green+Blue) = 168+52+174=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #A834AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A834AE is #57CB51. Grayscale: #646464. Windows color (decimal): -5753682 or 11416744. OLE color: 11416744.
HSL color Cylindrical-coordinate representation of color #A834AE: hue angle of 297.05º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A834AE is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 52 | 174 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.32 |
| HSL | 297.05º | 0.54% | 0.44% | - |
| HSV(B) | 297.05º | 0.7% | 0.68% | - |
| XYZ | 25.02 | 13.84 | 41.4 | - |
| YUV | 100.59 | 169.43 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 174 | 0.03 | 0.70 | 0 | 0.32 | 297.05 | 0.54 | 0.44 |
| Hex | A8 | 34 | AE | 3 | 46 | 0 | 20 | 129 | 36 | 2C |
| Octal | 250 | 64 | 256 | 3 | 106 | 0 | 40 | 451 | 66 | 54 |
| Binary | 10101000 | 110100 | 10101110 | 11 | 1000110 | 0 | 100000 | 100101001 | 110110 | 101100 |
Color Harmonies of #A834AE
Complementary color
Monochromatic Colors of #A834AE
Black with #A834AE
Text Example
Text Example
White with #A834AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A834AE; }
p { color: rgb(168,52,174); }
H1.HeaderClassName
{
color: #A834AE;
}
.AnyTagClassName
{
color: #A834AE;
}
</style>
background-color css
<style>
a { background-color: #A834AE; }
a { background-color: rgb(168,52,174); }
div.DivClassName
{
background-color: #A834AE;
}
.BgClassName
{
background-color: #A834AE;
}
</style>
border-color css
<style>
span { border-color: #A834AE; }
span { border-color: rgb(168,52,174); }
td.TdClassName
{
border-color: #A834AE;
}
.TagClassName
{
border-color: #A834AE;
}
</style>