#A27CDD

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

Shades of Medium Purple #A27CDD

Tints of Medium Purple #A27CDD

Color information

#A27CDD (or 0xA27CDD) is unknown color: approx Medium Purple. HEX triplet: A2, 7C and DD. RGB value is (162,124,221). Sum of RGB (Red+Green+Blue) = 162+124+221=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #A27CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27CDD is #5D8322. Grayscale: #929292. Windows color (decimal): -6128419 or 14515362. OLE color: 14515362.

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

Color convert

RGB162124221-
CMYK0.270.4400.13
HSL263.51º58.79%67.65%-
HSV(B)263.51º43.89%86.67%-
XYZ35.1627.3271.83-
YUV146.42170.09139.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 124 (48.83% from 255) = 24.46%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=31.95%
G=24.46%
B=43.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621242210.270.4400.13263.5158.7967.65
HexA27CDD1B2C0D1083b44
Octal242174335335401541073104
Binary1010001011111001101110111011101100011011000010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27CDD; }

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

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

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

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

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

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

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

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