Shades of Dark Orchid #A338DA
Tints of Dark Orchid #A338DA
RGB
CMYK
RGB Variations
Color information
#A338DA (or 0xA338DA) is known color: Dark Orchid. HEX triplet: A3, 38 and DA. RGB value is (163,56,218). Sum of RGB (Red+Green+Blue) = 163+56+218=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #A338DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338DA is #5CC725. Grayscale: #696969. Windows color (decimal): -6080294 or 14301347. OLE color: 14301347.
HSL color Cylindrical-coordinate representation of color #A338DA: hue angle of 279.63º degrees, saturation: 0.69, 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 #A338DA is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 56 | 218 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.15 |
| HSL | 279.63º | 0.69% | 0.54% | - |
| HSV(B) | 279.63º | 0.74% | 0.85% | - |
| XYZ | 29.17 | 15.68 | 67.82 | - |
| YUV | 106.46 | 190.95 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 218 | 0.25 | 0.74 | 0 | 0.15 | 279.63 | 0.69 | 0.54 |
| Hex | A3 | 38 | DA | 19 | 4A | 0 | F | 118 | 45 | 36 |
| Octal | 243 | 70 | 332 | 31 | 112 | 0 | 17 | 430 | 105 | 66 |
| Binary | 10100011 | 111000 | 11011010 | 11001 | 1001010 | 0 | 1111 | 100011000 | 1000101 | 110110 |
Color Harmonies of #A338DA
Complementary color
Monochromatic Colors of #A338DA
Black with #A338DA
Text Example
Text Example
White with #A338DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A338DA; }
p { color: rgb(163,56,218); }
H1.HeaderClassName
{
color: #A338DA;
}
.AnyTagClassName
{
color: #A338DA;
}
</style>
background-color css
<style>
a { background-color: #A338DA; }
a { background-color: rgb(163,56,218); }
div.DivClassName
{
background-color: #A338DA;
}
.BgClassName
{
background-color: #A338DA;
}
</style>
border-color css
<style>
span { border-color: #A338DA; }
span { border-color: rgb(163,56,218); }
td.TdClassName
{
border-color: #A338DA;
}
.TagClassName
{
border-color: #A338DA;
}
</style>