Shades of Dark Orchid #A736AC
Tints of Dark Orchid #A736AC
RGB
CMYK
RGB Variations
Color information
#A736AC (or 0xA736AC) is known color: Dark Orchid. HEX triplet: A7, 36 and AC. RGB value is (167,54,172). Sum of RGB (Red+Green+Blue) = 167+54+172=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #A736AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A736AC is #58C953. Grayscale: #646464. Windows color (decimal): -5818708 or 11286183. OLE color: 11286183.
HSL color Cylindrical-coordinate representation of color #A736AC: hue angle of 297.46º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A736AC is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 54 | 172 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.33 |
| HSL | 297.46º | 0.52% | 0.44% | - |
| HSV(B) | 297.46º | 0.69% | 0.67% | - |
| XYZ | 24.7 | 13.83 | 40.4 | - |
| YUV | 101.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 172 | 0.03 | 0.69 | 0 | 0.33 | 297.46 | 0.52 | 0.44 |
| Hex | A7 | 36 | AC | 3 | 45 | 0 | 21 | 129 | 34 | 2C |
| Octal | 247 | 66 | 254 | 3 | 105 | 0 | 41 | 451 | 64 | 54 |
| Binary | 10100111 | 110110 | 10101100 | 11 | 1000101 | 0 | 100001 | 100101001 | 110100 | 101100 |
Color Harmonies of #A736AC
Complementary color
Monochromatic Colors of #A736AC
Black with #A736AC
Text Example
Text Example
White with #A736AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A736AC; }
p { color: rgb(167,54,172); }
H1.HeaderClassName
{
color: #A736AC;
}
.AnyTagClassName
{
color: #A736AC;
}
</style>
background-color css
<style>
a { background-color: #A736AC; }
a { background-color: rgb(167,54,172); }
div.DivClassName
{
background-color: #A736AC;
}
.BgClassName
{
background-color: #A736AC;
}
</style>
border-color css
<style>
span { border-color: #A736AC; }
span { border-color: rgb(167,54,172); }
td.TdClassName
{
border-color: #A736AC;
}
.TagClassName
{
border-color: #A736AC;
}
</style>