Shades of Medium Orchid #A849DB
Tints of Medium Orchid #A849DB
RGB
CMYK
RGB Variations
Color information
#A849DB (or 0xA849DB) is known color: Medium Orchid. HEX triplet: A8, 49 and DB. RGB value is (168,73,219). Sum of RGB (Red+Green+Blue) = 168+73+219=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #A849DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849DB is #57B624. Grayscale: #757575. Windows color (decimal): -5748261 or 14371240. OLE color: 14371240.
HSL color Cylindrical-coordinate representation of color #A849DB: hue angle of 279.04º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A849DB is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 168 | 73 | 219 | - |
CMYK | 0.23 | 0.67 | 0 | 0.14 |
HSL | 279.04º | 0.67% | 0.57% | - |
HSV(B) | 279.04º | 0.67% | 0.86% | - |
XYZ | 31.32 | 18.2 | 68.88 | - |
YUV | 118.05 | 184.97 | 163.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 73 | 219 | 0.23 | 0.67 | 0 | 0.14 | 279.04 | 0.67 | 0.57 |
Hex | A8 | 49 | DB | 17 | 43 | 0 | E | 117 | 43 | 39 |
Octal | 250 | 111 | 333 | 27 | 103 | 0 | 16 | 427 | 103 | 71 |
Binary | 10101000 | 1001001 | 11011011 | 10111 | 1000011 | 0 | 1110 | 100010111 | 1000011 | 111001 |
Color Harmonies of #A849DB
Complementary color
Monochromatic Colors of #A849DB
Black with #A849DB
Text Example
Text Example
White with #A849DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849DB; }
p { color: rgb(168,73,219); }
H1.HeaderClassName
{
color: #A849DB;
}
.AnyTagClassName
{
color: #A849DB;
}
</style>
background-color css
<style>
a { background-color: #A849DB; }
a { background-color: rgb(168,73,219); }
div.DivClassName
{
background-color: #A849DB;
}
.BgClassName
{
background-color: #A849DB;
}
</style>
border-color css
<style>
span { border-color: #A849DB; }
span { border-color: rgb(168,73,219); }
td.TdClassName
{
border-color: #A849DB;
}
.TagClassName
{
border-color: #A849DB;
}
</style>