Shades of Dark Orchid #A834AB
Tints of Dark Orchid #A834AB
RGB
CMYK
RGB Variations
Color information
#A834AB (or 0xA834AB) is known color: Dark Orchid. HEX triplet: A8, 34 and AB. RGB value is (168,52,171). Sum of RGB (Red+Green+Blue) = 168+52+171=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #A834AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A834AB is #57CB54. Grayscale: #636363. Windows color (decimal): -5753685 or 11220136. OLE color: 11220136.
HSL color Cylindrical-coordinate representation of color #A834AB: hue angle of 298.49º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A834AB is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 52 | 171 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.33 |
| HSL | 298.49º | 0.53% | 0.44% | - |
| HSV(B) | 298.49º | 0.7% | 0.67% | - |
| XYZ | 24.73 | 13.72 | 39.87 | - |
| YUV | 100.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 171 | 0.02 | 0.70 | 0 | 0.33 | 298.49 | 0.53 | 0.44 |
| Hex | A8 | 34 | AB | 2 | 46 | 0 | 21 | 12A | 35 | 2C |
| Octal | 250 | 64 | 253 | 2 | 106 | 0 | 41 | 452 | 65 | 54 |
| Binary | 10101000 | 110100 | 10101011 | 10 | 1000110 | 0 | 100001 | 100101010 | 110101 | 101100 |
Color Harmonies of #A834AB
Complementary color
Monochromatic Colors of #A834AB
Black with #A834AB
Text Example
Text Example
White with #A834AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A834AB; }
p { color: rgb(168,52,171); }
H1.HeaderClassName
{
color: #A834AB;
}
.AnyTagClassName
{
color: #A834AB;
}
</style>
background-color css
<style>
a { background-color: #A834AB; }
a { background-color: rgb(168,52,171); }
div.DivClassName
{
background-color: #A834AB;
}
.BgClassName
{
background-color: #A834AB;
}
</style>
border-color css
<style>
span { border-color: #A834AB; }
span { border-color: rgb(168,52,171); }
td.TdClassName
{
border-color: #A834AB;
}
.TagClassName
{
border-color: #A834AB;
}
</style>