Shades of Dark Orchid #A344D0
Tints of Dark Orchid #A344D0
RGB
CMYK
RGB Variations
Color information
#A344D0 (or 0xA344D0) is known color: Dark Orchid. HEX triplet: A3, 44 and D0. RGB value is (163,68,208). Sum of RGB (Red+Green+Blue) = 163+68+208=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #A344D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A344D0 is #5CBB2F. Grayscale: #6F6F6F. Windows color (decimal): -6077232 or 13649059. OLE color: 13649059.
HSL color Cylindrical-coordinate representation of color #A344D0: hue angle of 280.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A344D0 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 68 | 208 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.18 |
| HSL | 280.71º | 0.6% | 0.54% | - |
| HSV(B) | 280.71º | 0.67% | 0.82% | - |
| XYZ | 28.56 | 16.47 | 61.35 | - |
| YUV | 112.37 | 181.97 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 68 | 208 | 0.22 | 0.67 | 0 | 0.18 | 280.71 | 0.6 | 0.54 |
| Hex | A3 | 44 | D0 | 16 | 43 | 0 | 12 | 119 | 3C | 36 |
| Octal | 243 | 104 | 320 | 26 | 103 | 0 | 22 | 431 | 74 | 66 |
| Binary | 10100011 | 1000100 | 11010000 | 10110 | 1000011 | 0 | 10010 | 100011001 | 111100 | 110110 |
Color Harmonies of #A344D0
Complementary color
Monochromatic Colors of #A344D0
Black with #A344D0
Text Example
Text Example
White with #A344D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A344D0; }
p { color: rgb(163,68,208); }
H1.HeaderClassName
{
color: #A344D0;
}
.AnyTagClassName
{
color: #A344D0;
}
</style>
background-color css
<style>
a { background-color: #A344D0; }
a { background-color: rgb(163,68,208); }
div.DivClassName
{
background-color: #A344D0;
}
.BgClassName
{
background-color: #A344D0;
}
</style>
border-color css
<style>
span { border-color: #A344D0; }
span { border-color: rgb(163,68,208); }
td.TdClassName
{
border-color: #A344D0;
}
.TagClassName
{
border-color: #A344D0;
}
</style>