#A279D7

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

Shades of Medium Purple #A279D7

Tints of Medium Purple #A279D7

Color information

#A279D7 (or 0xA279D7) is unknown color: approx Medium Purple. HEX triplet: A2, 79 and D7. RGB value is (162,121,215). Sum of RGB (Red+Green+Blue) = 162+121+215=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #A279D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A279D7 is #5D8628. Grayscale: #8F8F8F. Windows color (decimal): -6129193 or 14121378. OLE color: 14121378.

HSL color Cylindrical-coordinate representation of color #A279D7: hue angle of 266.17º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A279D7 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162121215-
CMYK0.250.4400.16
HSL266.17º54.02%65.88%-
HSV(B)266.17º43.72%84.31%-
XYZ3426.2667.57-
YUV143.98168.08140.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 121 (47.66% from 255) = 24.30%
BLUE value IS 215 (84.38% from 255) = 43.17%
R=32.53%
G=24.30%
B=43.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621212150.250.4400.16266.1754.0265.88
HexA279D7192C01010a3642
Octal242171327315402041266102
Binary10100010111100111010111110011011000100001000010101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A279D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A279D7; }

 p { color: rgb(162,121,215); }

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

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

 a { background-color: rgb(162,121,215); }

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

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

 span { border-color: rgb(162,121,215); }

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