#A277E2

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

Shades of Medium Purple #A277E2

Tints of Medium Purple #A277E2

Color information

#A277E2 (or 0xA277E2) is unknown color: approx Medium Purple. HEX triplet: A2, 77 and E2. RGB value is (162,119,226). Sum of RGB (Red+Green+Blue) = 162+119+226=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 226 - color contains mainly: blue. Hex color #A277E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277E2 is #5D881D. Grayscale: #8F8F8F. Windows color (decimal): -6129694 or 14841762. OLE color: 14841762.

HSL color Cylindrical-coordinate representation of color #A277E2: hue angle of 264.11º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A277E2 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB162119226-
CMYK0.280.4700.11
HSL264.11º64.85%67.65%-
HSV(B)264.11º47.35%88.63%-
XYZ35.2226.3775.18-
YUV144.06174.25140.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 119 (46.88% from 255) = 23.47%
BLUE value IS 226 (88.67% from 255) = 44.58%
R=31.95%
G=23.47%
B=44.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1621192260.280.4700.11264.1164.8567.65
HexA277E21C2F0B1084144
Octal2421673423457013410101104
Binary10100010111011111100010111001011110101110000100010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A277E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A277E2; }

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

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

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

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

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

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

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

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