#A27EB9

Color #A27EB9 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A27EB9

Tints of East Side #A27EB9

Color information

#A27EB9 (or 0xA27EB9) is unknown color: approx East Side. HEX triplet: A2, 7E and B9. RGB value is (162,126,185). Sum of RGB (Red+Green+Blue) = 162+126+185=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 185 - color contains mainly: blue. Hex color #A27EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EB9 is #5D8146. Grayscale: #8F8F8F. Windows color (decimal): -6127943 or 12156578. OLE color: 12156578.

HSL color Cylindrical-coordinate representation of color #A27EB9: hue angle of 276.61º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A27EB9 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162126185-
CMYK0.120.3200.27
HSL276.61º29.65%60.98%-
HSV(B)276.61º31.89%72.55%-
XYZ31.1226.1149.3-
YUV143.49151.43141.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 126 (49.61% from 255) = 26.64%
BLUE value IS 185 (72.66% from 255) = 39.11%
R=34.25%
G=26.64%
B=39.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621261850.120.3200.27276.6129.6560.98
HexA27EB9C2001B1151e3d
Octal24217627114400334253675
Binary10100010111111010111001110010000001101110001010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27EB9; }

 p { color: rgb(162,126,185); }

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

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

 a { background-color: rgb(162,126,185); }

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

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

 span { border-color: rgb(162,126,185); }

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