Shades of Dark Orchid #A738D3
Tints of Dark Orchid #A738D3
RGB
CMYK
RGB Variations
Color information
#A738D3 (or 0xA738D3) is known color: Dark Orchid. HEX triplet: A7, 38 and D3. RGB value is (167,56,211). Sum of RGB (Red+Green+Blue) = 167+56+211=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 211 - color contains mainly: blue. Hex color #A738D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A738D3 is #58C72C. Grayscale: #6A6A6A. Windows color (decimal): -5818157 or 13842599. OLE color: 13842599.
HSL color Cylindrical-coordinate representation of color #A738D3: hue angle of 282.97º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A738D3 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 56 | 211 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.17 |
| HSL | 282.97º | 0.64% | 0.52% | - |
| HSV(B) | 282.97º | 0.73% | 0.83% | - |
| XYZ | 29.11 | 15.75 | 63.13 | - |
| YUV | 106.86 | 186.77 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 56 | 211 | 0.21 | 0.73 | 0 | 0.17 | 282.97 | 0.64 | 0.52 |
| Hex | A7 | 38 | D3 | 15 | 49 | 0 | 11 | 11B | 40 | 34 |
| Octal | 247 | 70 | 323 | 25 | 111 | 0 | 21 | 433 | 100 | 64 |
| Binary | 10100111 | 111000 | 11010011 | 10101 | 1001001 | 0 | 10001 | 100011011 | 1000000 | 110100 |
Color Harmonies of #A738D3
Complementary color
Monochromatic Colors of #A738D3
Black with #A738D3
Text Example
Text Example
White with #A738D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A738D3; }
p { color: rgb(167,56,211); }
H1.HeaderClassName
{
color: #A738D3;
}
.AnyTagClassName
{
color: #A738D3;
}
</style>
background-color css
<style>
a { background-color: #A738D3; }
a { background-color: rgb(167,56,211); }
div.DivClassName
{
background-color: #A738D3;
}
.BgClassName
{
background-color: #A738D3;
}
</style>
border-color css
<style>
span { border-color: #A738D3; }
span { border-color: rgb(167,56,211); }
td.TdClassName
{
border-color: #A738D3;
}
.TagClassName
{
border-color: #A738D3;
}
</style>