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