Shades of Dark Orchid #A234AC
Tints of Dark Orchid #A234AC
RGB
CMYK
RGB Variations
Color information
#A234AC (or 0xA234AC) is known color: Dark Orchid. HEX triplet: A2, 34 and AC. RGB value is (162,52,172). Sum of RGB (Red+Green+Blue) = 162+52+172=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #A234AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A234AC is #5DCB53. Grayscale: #626262. Windows color (decimal): -6146900 or 11285666. OLE color: 11285666.
HSL color Cylindrical-coordinate representation of color #A234AC: hue angle of 295º 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 #A234AC is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 52 | 172 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.33 |
| HSL | 295º | 0.54% | 0.44% | - |
| HSV(B) | 295º | 0.7% | 0.67% | - |
| XYZ | 23.57 | 13.12 | 40.32 | - |
| YUV | 98.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 172 | 0.06 | 0.70 | 0 | 0.33 | 295 | 0.54 | 0.44 |
| Hex | A2 | 34 | AC | 6 | 46 | 0 | 21 | 127 | 36 | 2C |
| Octal | 242 | 64 | 254 | 6 | 106 | 0 | 41 | 447 | 66 | 54 |
| Binary | 10100010 | 110100 | 10101100 | 110 | 1000110 | 0 | 100001 | 100100111 | 110110 | 101100 |
Color Harmonies of #A234AC
Complementary color
Monochromatic Colors of #A234AC
Black with #A234AC
Text Example
Text Example
White with #A234AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A234AC; }
p { color: rgb(162,52,172); }
H1.HeaderClassName
{
color: #A234AC;
}
.AnyTagClassName
{
color: #A234AC;
}
</style>
background-color css
<style>
a { background-color: #A234AC; }
a { background-color: rgb(162,52,172); }
div.DivClassName
{
background-color: #A234AC;
}
.BgClassName
{
background-color: #A234AC;
}
</style>
border-color css
<style>
span { border-color: #A234AC; }
span { border-color: rgb(162,52,172); }
td.TdClassName
{
border-color: #A234AC;
}
.TagClassName
{
border-color: #A234AC;
}
</style>