#A27FDD

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

Shades of Medium Purple #A27FDD

Tints of Medium Purple #A27FDD

Color information

#A27FDD (or 0xA27FDD) is unknown color: approx Medium Purple. HEX triplet: A2, 7F and DD. RGB value is (162,127,221). Sum of RGB (Red+Green+Blue) = 162+127+221=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #A27FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FDD is #5D8022. Grayscale: #939393. Windows color (decimal): -6127651 or 14516130. OLE color: 14516130.

HSL color Cylindrical-coordinate representation of color #A27FDD: hue angle of 262.34º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A27FDD is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162127221-
CMYK0.270.4300.13
HSL262.34º58.02%68.24%-
HSV(B)262.34º42.53%86.67%-
XYZ35.5428.0871.95-
YUV148.18169.1137.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=31.76%
G=24.90%
B=43.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621272210.270.4300.13262.3458.0268.24
HexA27FDD1B2B0D1063a44
Octal242177335335301540672104
Binary1010001011111111101110111011101011011011000001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27FDD; }

 p { color: rgb(162,127,221); }

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

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

 a { background-color: rgb(162,127,221); }

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

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

 span { border-color: rgb(162,127,221); }

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