#A27EBB

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

Shades of East Side #A27EBB

Tints of East Side #A27EBB

Color information

#A27EBB (or 0xA27EBB) is unknown color: approx East Side. HEX triplet: A2, 7E and BB. RGB value is (162,126,187). Sum of RGB (Red+Green+Blue) = 162+126+187=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #A27EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EBB is #5D8144. Grayscale: #8F8F8F. Windows color (decimal): -6127941 or 12287650. OLE color: 12287650.

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

Color convert

RGB162126187-
CMYK0.130.3300.27
HSL275.41º30.96%61.37%-
HSV(B)275.41º32.62%73.33%-
XYZ31.3326.1950.42-
YUV143.72152.43141.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=34.11%
G=26.53%
B=39.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621261870.130.3300.27275.4130.9661.37
HexA27EBBD2101B1131f3d
Octal24217627315410334233775
Binary10100010111111010111011110110000101101110001001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27EBB; }

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

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

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

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

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

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

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

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