#A47BDD

Color #A47BDD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A47BDD

Tints of Medium Purple #A47BDD

Color information

#A47BDD (or 0xA47BDD) is unknown color: approx Medium Purple. HEX triplet: A4, 7B and DD. RGB value is (164,123,221). Sum of RGB (Red+Green+Blue) = 164+123+221=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #A47BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47BDD is #5B8422. Grayscale: #929292. Windows color (decimal): -5997603 or 14515108. OLE color: 14515108.

HSL color Cylindrical-coordinate representation of color #A47BDD: hue angle of 265.1º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A47BDD is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164123221-
CMYK0.260.4400.13
HSL265.1º59.04%67.45%-
HSV(B)265.1º44.34%86.67%-
XYZ35.4427.2871.8-
YUV146.43170.08140.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 32.28%
GREEN value IS 123 (48.44% from 255) = 24.21%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=32.28%
G=24.21%
B=43.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641232210.260.4400.13265.159.0467.45
HexA47BDD1A2C0D1093b43
Octal244173335325401541173103
Binary1010010011110111101110111010101100011011000010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47BDD; }

 p { color: rgb(164,123,221); }

 H1.HeaderClassName
 {
   color: #A47BDD;
 }
 .AnyTagClassName
 {
   color: #A47BDD;
 }
</style>
background-color css

<style>
 a { background-color: #A47BDD; }

 a { background-color: rgb(164,123,221); }

 div.DivClassName
 {
   background-color: #A47BDD;
 }
 .BgClassName
 {
   background-color: #A47BDD;
 }
</style>
border-color css

<style>
 span { border-color: #A47BDD; }

 span { border-color: rgb(164,123,221); }

 td.TdClassName
 {
   border-color: #A47BDD;
 }
 .TagClassName
 {
   border-color: #A47BDD;
 }
</style>