Shades of Dark Orchid #A338AD
Tints of Dark Orchid #A338AD
RGB
CMYK
RGB Variations
Color information
#A338AD (or 0xA338AD) is known color: Dark Orchid. HEX triplet: A3, 38 and AD. RGB value is (163,56,173). Sum of RGB (Red+Green+Blue) = 163+56+173=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #A338AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A338AD is #5CC752. Grayscale: #646464. Windows color (decimal): -6080339 or 11352227. OLE color: 11352227.
HSL color Cylindrical-coordinate representation of color #A338AD: hue angle of 294.87º 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 #A338AD is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 56 | 173 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.32 |
| HSL | 294.87º | 0.51% | 0.45% | - |
| HSV(B) | 294.87º | 0.68% | 0.68% | - |
| XYZ | 24.06 | 13.63 | 40.9 | - |
| YUV | 101.33 | 168.45 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 173 | 0.06 | 0.68 | 0 | 0.32 | 294.87 | 0.51 | 0.45 |
| Hex | A3 | 38 | AD | 6 | 44 | 0 | 20 | 127 | 33 | 2D |
| Octal | 243 | 70 | 255 | 6 | 104 | 0 | 40 | 447 | 63 | 55 |
| Binary | 10100011 | 111000 | 10101101 | 110 | 1000100 | 0 | 100000 | 100100111 | 110011 | 101101 |
Color Harmonies of #A338AD
Complementary color
Monochromatic Colors of #A338AD
Black with #A338AD
Text Example
Text Example
White with #A338AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A338AD; }
p { color: rgb(163,56,173); }
H1.HeaderClassName
{
color: #A338AD;
}
.AnyTagClassName
{
color: #A338AD;
}
</style>
background-color css
<style>
a { background-color: #A338AD; }
a { background-color: rgb(163,56,173); }
div.DivClassName
{
background-color: #A338AD;
}
.BgClassName
{
background-color: #A338AD;
}
</style>
border-color css
<style>
span { border-color: #A338AD; }
span { border-color: rgb(163,56,173); }
td.TdClassName
{
border-color: #A338AD;
}
.TagClassName
{
border-color: #A338AD;
}
</style>