Shades of Dark Orchid #A834AC
Tints of Dark Orchid #A834AC
RGB
CMYK
RGB Variations
Color information
#A834AC (or 0xA834AC) is known color: Dark Orchid. HEX triplet: A8, 34 and AC. RGB value is (168,52,172). Sum of RGB (Red+Green+Blue) = 168+52+172=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #A834AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A834AC is #57CB53. Grayscale: #646464. Windows color (decimal): -5753684 or 11285672. OLE color: 11285672.
HSL color Cylindrical-coordinate representation of color #A834AC: hue angle of 298º degrees, saturation: 0.54, 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 #A834AC is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 52 | 172 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.33 |
| HSL | 298º | 0.54% | 0.44% | - |
| HSV(B) | 298º | 0.7% | 0.67% | - |
| XYZ | 24.82 | 13.76 | 40.38 | - |
| YUV | 100.36 | 168.43 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 172 | 0.02 | 0.70 | 0 | 0.33 | 298 | 0.54 | 0.44 |
| Hex | A8 | 34 | AC | 2 | 46 | 0 | 21 | 12A | 36 | 2C |
| Octal | 250 | 64 | 254 | 2 | 106 | 0 | 41 | 452 | 66 | 54 |
| Binary | 10101000 | 110100 | 10101100 | 10 | 1000110 | 0 | 100001 | 100101010 | 110110 | 101100 |
Color Harmonies of #A834AC
Complementary color
Monochromatic Colors of #A834AC
Black with #A834AC
Text Example
Text Example
White with #A834AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A834AC; }
p { color: rgb(168,52,172); }
H1.HeaderClassName
{
color: #A834AC;
}
.AnyTagClassName
{
color: #A834AC;
}
</style>
background-color css
<style>
a { background-color: #A834AC; }
a { background-color: rgb(168,52,172); }
div.DivClassName
{
background-color: #A834AC;
}
.BgClassName
{
background-color: #A834AC;
}
</style>
border-color css
<style>
span { border-color: #A834AC; }
span { border-color: rgb(168,52,172); }
td.TdClassName
{
border-color: #A834AC;
}
.TagClassName
{
border-color: #A834AC;
}
</style>