Shades of Dark Orchid #A343DD
Tints of Dark Orchid #A343DD
RGB
CMYK
RGB Variations
Color information
#A343DD (or 0xA343DD) is known color: Dark Orchid. HEX triplet: A3, 43 and DD. RGB value is (163,67,221). Sum of RGB (Red+Green+Blue) = 163+67+221=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #A343DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343DD is #5CBC22. Grayscale: #707070. Windows color (decimal): -6077475 or 14500771. OLE color: 14500771.
HSL color Cylindrical-coordinate representation of color #A343DD: hue angle of 277.4º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A343DD is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 67 | 221 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.13 |
| HSL | 277.4º | 0.69% | 0.56% | - |
| HSV(B) | 277.4º | 0.7% | 0.87% | - |
| XYZ | 30.16 | 17.02 | 70.1 | - |
| YUV | 113.26 | 188.8 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 221 | 0.26 | 0.70 | 0 | 0.13 | 277.4 | 0.69 | 0.56 |
| Hex | A3 | 43 | DD | 1A | 46 | 0 | D | 115 | 45 | 38 |
| Octal | 243 | 103 | 335 | 32 | 106 | 0 | 15 | 425 | 105 | 70 |
| Binary | 10100011 | 1000011 | 11011101 | 11010 | 1000110 | 0 | 1101 | 100010101 | 1000101 | 111000 |
Color Harmonies of #A343DD
Complementary color
Monochromatic Colors of #A343DD
Black with #A343DD
Text Example
Text Example
White with #A343DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343DD; }
p { color: rgb(163,67,221); }
H1.HeaderClassName
{
color: #A343DD;
}
.AnyTagClassName
{
color: #A343DD;
}
</style>
background-color css
<style>
a { background-color: #A343DD; }
a { background-color: rgb(163,67,221); }
div.DivClassName
{
background-color: #A343DD;
}
.BgClassName
{
background-color: #A343DD;
}
</style>
border-color css
<style>
span { border-color: #A343DD; }
span { border-color: rgb(163,67,221); }
td.TdClassName
{
border-color: #A343DD;
}
.TagClassName
{
border-color: #A343DD;
}
</style>