Shades of Dark Orchid #A738AD
Tints of Dark Orchid #A738AD
RGB
CMYK
RGB Variations
Color information
#A738AD (or 0xA738AD) is known color: Dark Orchid. HEX triplet: A7, 38 and AD. RGB value is (167,56,173). Sum of RGB (Red+Green+Blue) = 167+56+173=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #A738AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A738AD is #58C752. Grayscale: #666666. Windows color (decimal): -5818195 or 11352231. OLE color: 11352231.
HSL color Cylindrical-coordinate representation of color #A738AD: hue angle of 296.92º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A738AD is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 56 | 173 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.32 |
| HSL | 296.92º | 0.51% | 0.45% | - |
| HSV(B) | 296.92º | 0.68% | 0.68% | - |
| XYZ | 24.89 | 14.06 | 40.94 | - |
| YUV | 102.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 56 | 173 | 0.03 | 0.68 | 0 | 0.32 | 296.92 | 0.51 | 0.45 |
| Hex | A7 | 38 | AD | 3 | 44 | 0 | 20 | 129 | 33 | 2D |
| Octal | 247 | 70 | 255 | 3 | 104 | 0 | 40 | 451 | 63 | 55 |
| Binary | 10100111 | 111000 | 10101101 | 11 | 1000100 | 0 | 100000 | 100101001 | 110011 | 101101 |
Color Harmonies of #A738AD
Complementary color
Monochromatic Colors of #A738AD
Black with #A738AD
Text Example
Text Example
White with #A738AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A738AD; }
p { color: rgb(167,56,173); }
H1.HeaderClassName
{
color: #A738AD;
}
.AnyTagClassName
{
color: #A738AD;
}
</style>
background-color css
<style>
a { background-color: #A738AD; }
a { background-color: rgb(167,56,173); }
div.DivClassName
{
background-color: #A738AD;
}
.BgClassName
{
background-color: #A738AD;
}
</style>
border-color css
<style>
span { border-color: #A738AD; }
span { border-color: rgb(167,56,173); }
td.TdClassName
{
border-color: #A738AD;
}
.TagClassName
{
border-color: #A738AD;
}
</style>