Shades of Medium Purple #A47BDB
Tints of Medium Purple #A47BDB
RGB
CMYK
RGB Variations
Color information
#A47BDB (or 0xA47BDB) is known color: Medium Purple. HEX triplet: A4, 7B and DB. RGB value is (164,123,219). Sum of RGB (Red+Green+Blue) = 164+123+219=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #A47BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BDB is #5B8424. Grayscale: #919191. Windows color (decimal): -5997605 or 14384036. OLE color: 14384036.
HSL color Cylindrical-coordinate representation of color #A47BDB: hue angle of 265.62º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A47BDB is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 164 | 123 | 219 | - |
CMYK | 0.25 | 0.44 | 0 | 0.14 |
HSL | 265.63º | 0.57% | 0.67% | - |
HSV(B) | 265.63º | 0.44% | 0.86% | - |
XYZ | 35.18 | 27.17 | 70.41 | - |
YUV | 146.2 | 169.08 | 140.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 123 | 219 | 0.25 | 0.44 | 0 | 0.14 | 265.63 | 0.57 | 0.67 |
Hex | A4 | 7B | DB | 19 | 2C | 0 | E | 10A | 39 | 43 |
Octal | 244 | 173 | 333 | 31 | 54 | 0 | 16 | 412 | 71 | 103 |
Binary | 10100100 | 1111011 | 11011011 | 11001 | 101100 | 0 | 1110 | 100001010 | 111001 | 1000011 |
Color Harmonies of #A47BDB
Complementary color
Monochromatic Colors of #A47BDB
Black with #A47BDB
Text Example
Text Example
White with #A47BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BDB; }
p { color: rgb(164,123,219); }
H1.HeaderClassName
{
color: #A47BDB;
}
.AnyTagClassName
{
color: #A47BDB;
}
</style>
background-color css
<style>
a { background-color: #A47BDB; }
a { background-color: rgb(164,123,219); }
div.DivClassName
{
background-color: #A47BDB;
}
.BgClassName
{
background-color: #A47BDB;
}
</style>
border-color css
<style>
span { border-color: #A47BDB; }
span { border-color: rgb(164,123,219); }
td.TdClassName
{
border-color: #A47BDB;
}
.TagClassName
{
border-color: #A47BDB;
}
</style>