#A277D7

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

Shades of Medium Purple #A277D7

Tints of Medium Purple #A277D7

Color information

#A277D7 (or 0xA277D7) is unknown color: approx Medium Purple. HEX triplet: A2, 77 and D7. RGB value is (162,119,215). Sum of RGB (Red+Green+Blue) = 162+119+215=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #A277D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277D7 is #5D8828. Grayscale: #8E8E8E. Windows color (decimal): -6129705 or 14120866. OLE color: 14120866.

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

Color convert

RGB162119215-
CMYK0.250.4500.16
HSL266.88º54.55%65.49%-
HSV(B)266.88º44.65%84.31%-
XYZ33.7625.7867.49-
YUV142.8168.75141.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 119 (46.88% from 255) = 23.99%
BLUE value IS 215 (84.38% from 255) = 43.35%
R=32.66%
G=23.99%
B=43.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621192150.250.4500.16266.8854.5565.49
HexA277D7192D01010b3741
Octal242167327315502041367101
Binary10100010111011111010111110011011010100001000010111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A277D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A277D7; }

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

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

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

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

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

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

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

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