Shades of Dark Orchid #A346DD
Tints of Dark Orchid #A346DD
RGB
CMYK
RGB Variations
Color information
#A346DD (or 0xA346DD) is known color: Dark Orchid. HEX triplet: A3, 46 and DD. RGB value is (163,70,221). Sum of RGB (Red+Green+Blue) = 163+70+221=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #A346DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A346DD is #5CB922. Grayscale: #727272. Windows color (decimal): -6076707 or 14501539. OLE color: 14501539.
HSL color Cylindrical-coordinate representation of color #A346DD: hue angle of 276.95º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A346DD is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 70 | 221 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.13 |
| HSL | 276.95º | 0.69% | 0.57% | - |
| HSV(B) | 276.95º | 0.68% | 0.87% | - |
| XYZ | 30.35 | 17.39 | 70.16 | - |
| YUV | 115.02 | 187.81 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 221 | 0.26 | 0.68 | 0 | 0.13 | 276.95 | 0.69 | 0.57 |
| Hex | A3 | 46 | DD | 1A | 44 | 0 | D | 115 | 45 | 39 |
| Octal | 243 | 106 | 335 | 32 | 104 | 0 | 15 | 425 | 105 | 71 |
| Binary | 10100011 | 1000110 | 11011101 | 11010 | 1000100 | 0 | 1101 | 100010101 | 1000101 | 111001 |
Color Harmonies of #A346DD
Complementary color
Monochromatic Colors of #A346DD
Black with #A346DD
Text Example
Text Example
White with #A346DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A346DD; }
p { color: rgb(163,70,221); }
H1.HeaderClassName
{
color: #A346DD;
}
.AnyTagClassName
{
color: #A346DD;
}
</style>
background-color css
<style>
a { background-color: #A346DD; }
a { background-color: rgb(163,70,221); }
div.DivClassName
{
background-color: #A346DD;
}
.BgClassName
{
background-color: #A346DD;
}
</style>
border-color css
<style>
span { border-color: #A346DD; }
span { border-color: rgb(163,70,221); }
td.TdClassName
{
border-color: #A346DD;
}
.TagClassName
{
border-color: #A346DD;
}
</style>