Shades of Dark Orchid #A345DB
Tints of Dark Orchid #A345DB
RGB
CMYK
RGB Variations
Color information
#A345DB (or 0xA345DB) is known color: Dark Orchid. HEX triplet: A3, 45 and DB. RGB value is (163,69,219). Sum of RGB (Red+Green+Blue) = 163+69+219=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #A345DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345DB is #5CBA24. Grayscale: #717171. Windows color (decimal): -6076965 or 14370211. OLE color: 14370211.
HSL color Cylindrical-coordinate representation of color #A345DB: hue angle of 277.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A345DB is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 69 | 219 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.14 |
| HSL | 277.6º | 0.68% | 0.56% | - |
| HSV(B) | 277.6º | 0.68% | 0.86% | - |
| XYZ | 30.02 | 17.16 | 68.75 | - |
| YUV | 114.21 | 187.14 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 219 | 0.26 | 0.68 | 0 | 0.14 | 277.6 | 0.68 | 0.56 |
| Hex | A3 | 45 | DB | 1A | 44 | 0 | E | 116 | 44 | 38 |
| Octal | 243 | 105 | 333 | 32 | 104 | 0 | 16 | 426 | 104 | 70 |
| Binary | 10100011 | 1000101 | 11011011 | 11010 | 1000100 | 0 | 1110 | 100010110 | 1000100 | 111000 |
Color Harmonies of #A345DB
Complementary color
Monochromatic Colors of #A345DB
Black with #A345DB
Text Example
Text Example
White with #A345DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A345DB; }
p { color: rgb(163,69,219); }
H1.HeaderClassName
{
color: #A345DB;
}
.AnyTagClassName
{
color: #A345DB;
}
</style>
background-color css
<style>
a { background-color: #A345DB; }
a { background-color: rgb(163,69,219); }
div.DivClassName
{
background-color: #A345DB;
}
.BgClassName
{
background-color: #A345DB;
}
</style>
border-color css
<style>
span { border-color: #A345DB; }
span { border-color: rgb(163,69,219); }
td.TdClassName
{
border-color: #A345DB;
}
.TagClassName
{
border-color: #A345DB;
}
</style>