Shades of Dark Orchid #A634AC
Tints of Dark Orchid #A634AC
RGB
CMYK
RGB Variations
Color information
#A634AC (or 0xA634AC) is known color: Dark Orchid. HEX triplet: A6, 34 and AC. RGB value is (166,52,172). Sum of RGB (Red+Green+Blue) = 166+52+172=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #A634AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A634AC is #59CB53. Grayscale: #636363. Windows color (decimal): -5884756 or 11285670. OLE color: 11285670.
HSL color Cylindrical-coordinate representation of color #A634AC: hue angle of 297º 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 #A634AC is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 52 | 172 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.33 |
| HSL | 297º | 0.54% | 0.44% | - |
| HSV(B) | 297º | 0.7% | 0.67% | - |
| XYZ | 24.4 | 13.54 | 40.36 | - |
| YUV | 99.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 172 | 0.03 | 0.70 | 0 | 0.33 | 297 | 0.54 | 0.44 |
| Hex | A6 | 34 | AC | 3 | 46 | 0 | 21 | 129 | 36 | 2C |
| Octal | 246 | 64 | 254 | 3 | 106 | 0 | 41 | 451 | 66 | 54 |
| Binary | 10100110 | 110100 | 10101100 | 11 | 1000110 | 0 | 100001 | 100101001 | 110110 | 101100 |
Color Harmonies of #A634AC
Complementary color
Monochromatic Colors of #A634AC
Black with #A634AC
Text Example
Text Example
White with #A634AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A634AC; }
p { color: rgb(166,52,172); }
H1.HeaderClassName
{
color: #A634AC;
}
.AnyTagClassName
{
color: #A634AC;
}
</style>
background-color css
<style>
a { background-color: #A634AC; }
a { background-color: rgb(166,52,172); }
div.DivClassName
{
background-color: #A634AC;
}
.BgClassName
{
background-color: #A634AC;
}
</style>
border-color css
<style>
span { border-color: #A634AC; }
span { border-color: rgb(166,52,172); }
td.TdClassName
{
border-color: #A634AC;
}
.TagClassName
{
border-color: #A634AC;
}
</style>