Shades of Dark Orchid #A338D9
Tints of Dark Orchid #A338D9
RGB
CMYK
RGB Variations
Color information
#A338D9 (or 0xA338D9) is known color: Dark Orchid. HEX triplet: A3, 38 and D9. RGB value is (163,56,217). Sum of RGB (Red+Green+Blue) = 163+56+217=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 217 (85.16% from 255 or 49.77% from 436); Max value from RGB is 217 - color contains mainly: blue. Hex color #A338D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338D9 is #5CC726. Grayscale: #696969. Windows color (decimal): -6080295 or 14235811. OLE color: 14235811.
HSL color Cylindrical-coordinate representation of color #A338D9: hue angle of 279.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A338D9 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 56 | 217 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.15 |
| HSL | 279.88º | 0.68% | 0.54% | - |
| HSV(B) | 279.88º | 0.74% | 0.85% | - |
| XYZ | 29.04 | 15.62 | 67.13 | - |
| YUV | 106.35 | 190.45 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 217 | 0.25 | 0.74 | 0 | 0.15 | 279.88 | 0.68 | 0.54 |
| Hex | A3 | 38 | D9 | 19 | 4A | 0 | F | 118 | 44 | 36 |
| Octal | 243 | 70 | 331 | 31 | 112 | 0 | 17 | 430 | 104 | 66 |
| Binary | 10100011 | 111000 | 11011001 | 11001 | 1001010 | 0 | 1111 | 100011000 | 1000100 | 110110 |
Color Harmonies of #A338D9
Complementary color
Monochromatic Colors of #A338D9
Black with #A338D9
Text Example
Text Example
White with #A338D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A338D9; }
p { color: rgb(163,56,217); }
H1.HeaderClassName
{
color: #A338D9;
}
.AnyTagClassName
{
color: #A338D9;
}
</style>
background-color css
<style>
a { background-color: #A338D9; }
a { background-color: rgb(163,56,217); }
div.DivClassName
{
background-color: #A338D9;
}
.BgClassName
{
background-color: #A338D9;
}
</style>
border-color css
<style>
span { border-color: #A338D9; }
span { border-color: rgb(163,56,217); }
td.TdClassName
{
border-color: #A338D9;
}
.TagClassName
{
border-color: #A338D9;
}
</style>