Shades of Dark Orchid #A338DF
Tints of Dark Orchid #A338DF
RGB
CMYK
RGB Variations
Color information
#A338DF (or 0xA338DF) is known color: Dark Orchid. HEX triplet: A3, 38 and DF. RGB value is (163,56,223). Sum of RGB (Red+Green+Blue) = 163+56+223=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #A338DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338DF is #5CC720. Grayscale: #6A6A6A. Windows color (decimal): -6080289 or 14629027. OLE color: 14629027.
HSL color Cylindrical-coordinate representation of color #A338DF: hue angle of 278.44º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A338DF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 56 | 223 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.13 |
| HSL | 278.44º | 0.72% | 0.55% | - |
| HSV(B) | 278.44º | 0.75% | 0.87% | - |
| XYZ | 29.84 | 15.94 | 71.32 | - |
| YUV | 107.03 | 193.45 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 223 | 0.27 | 0.75 | 0 | 0.13 | 278.44 | 0.72 | 0.55 |
| Hex | A3 | 38 | DF | 1B | 4B | 0 | D | 116 | 48 | 37 |
| Octal | 243 | 70 | 337 | 33 | 113 | 0 | 15 | 426 | 110 | 67 |
| Binary | 10100011 | 111000 | 11011111 | 11011 | 1001011 | 0 | 1101 | 100010110 | 1001000 | 110111 |
Color Harmonies of #A338DF
Complementary color
Monochromatic Colors of #A338DF
Black with #A338DF
Text Example
Text Example
White with #A338DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A338DF; }
p { color: rgb(163,56,223); }
H1.HeaderClassName
{
color: #A338DF;
}
.AnyTagClassName
{
color: #A338DF;
}
</style>
background-color css
<style>
a { background-color: #A338DF; }
a { background-color: rgb(163,56,223); }
div.DivClassName
{
background-color: #A338DF;
}
.BgClassName
{
background-color: #A338DF;
}
</style>
border-color css
<style>
span { border-color: #A338DF; }
span { border-color: rgb(163,56,223); }
td.TdClassName
{
border-color: #A338DF;
}
.TagClassName
{
border-color: #A338DF;
}
</style>