Shades of Medium Orchid #A845DB
Tints of Medium Orchid #A845DB
RGB
CMYK
RGB Variations
Color information
#A845DB (or 0xA845DB) is known color: Medium Orchid. HEX triplet: A8, 45 and DB. RGB value is (168,69,219). Sum of RGB (Red+Green+Blue) = 168+69+219=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #A845DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845DB is #57BA24. Grayscale: #737373. Windows color (decimal): -5749285 or 14370216. OLE color: 14370216.
HSL color Cylindrical-coordinate representation of color #A845DB: hue angle of 279.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 #A845DB is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 69 | 219 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.14 |
| HSL | 279.6º | 0.68% | 0.56% | - |
| HSV(B) | 279.6º | 0.68% | 0.86% | - |
| XYZ | 31.06 | 17.7 | 68.8 | - |
| YUV | 115.7 | 186.3 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 219 | 0.23 | 0.68 | 0 | 0.14 | 279.6 | 0.68 | 0.56 |
| Hex | A8 | 45 | DB | 17 | 44 | 0 | E | 118 | 44 | 38 |
| Octal | 250 | 105 | 333 | 27 | 104 | 0 | 16 | 430 | 104 | 70 |
| Binary | 10101000 | 1000101 | 11011011 | 10111 | 1000100 | 0 | 1110 | 100011000 | 1000100 | 111000 |
Color Harmonies of #A845DB
Complementary color
Monochromatic Colors of #A845DB
Black with #A845DB
Text Example
Text Example
White with #A845DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A845DB; }
p { color: rgb(168,69,219); }
H1.HeaderClassName
{
color: #A845DB;
}
.AnyTagClassName
{
color: #A845DB;
}
</style>
background-color css
<style>
a { background-color: #A845DB; }
a { background-color: rgb(168,69,219); }
div.DivClassName
{
background-color: #A845DB;
}
.BgClassName
{
background-color: #A845DB;
}
</style>
border-color css
<style>
span { border-color: #A845DB; }
span { border-color: rgb(168,69,219); }
td.TdClassName
{
border-color: #A845DB;
}
.TagClassName
{
border-color: #A845DB;
}
</style>