Shades of Dark Orchid #A345DD
Tints of Dark Orchid #A345DD
RGB
CMYK
RGB Variations
Color information
#A345DD (or 0xA345DD) is known color: Dark Orchid. HEX triplet: A3, 45 and DD. RGB value is (163,69,221). Sum of RGB (Red+Green+Blue) = 163+69+221=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #A345DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345DD is #5CBA22. Grayscale: #717171. Windows color (decimal): -6076963 or 14501283. OLE color: 14501283.
HSL color Cylindrical-coordinate representation of color #A345DD: hue angle of 277.11º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A345DD is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 69 | 221 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.13 |
| HSL | 277.11º | 0.69% | 0.57% | - |
| HSV(B) | 277.11º | 0.69% | 0.87% | - |
| XYZ | 30.28 | 17.26 | 70.14 | - |
| YUV | 114.43 | 188.14 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 221 | 0.26 | 0.69 | 0 | 0.13 | 277.11 | 0.69 | 0.57 |
| Hex | A3 | 45 | DD | 1A | 45 | 0 | D | 115 | 45 | 39 |
| Octal | 243 | 105 | 335 | 32 | 105 | 0 | 15 | 425 | 105 | 71 |
| Binary | 10100011 | 1000101 | 11011101 | 11010 | 1000101 | 0 | 1101 | 100010101 | 1000101 | 111001 |
Color Harmonies of #A345DD
Complementary color
Monochromatic Colors of #A345DD
Black with #A345DD
Text Example
Text Example
White with #A345DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A345DD; }
p { color: rgb(163,69,221); }
H1.HeaderClassName
{
color: #A345DD;
}
.AnyTagClassName
{
color: #A345DD;
}
</style>
background-color css
<style>
a { background-color: #A345DD; }
a { background-color: rgb(163,69,221); }
div.DivClassName
{
background-color: #A345DD;
}
.BgClassName
{
background-color: #A345DD;
}
</style>
border-color css
<style>
span { border-color: #A345DD; }
span { border-color: rgb(163,69,221); }
td.TdClassName
{
border-color: #A345DD;
}
.TagClassName
{
border-color: #A345DD;
}
</style>