#A27FBB

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

Shades of East Side #A27FBB

Tints of East Side #A27FBB

Color information

#A27FBB (or 0xA27FBB) is unknown color: approx East Side. HEX triplet: A2, 7F and BB. RGB value is (162,127,187). Sum of RGB (Red+Green+Blue) = 162+127+187=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #A27FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FBB is #5D8044. Grayscale: #909090. Windows color (decimal): -6127685 or 12287906. OLE color: 12287906.

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

Color convert

RGB162127187-
CMYK0.130.3200.27
HSL275º30.61%61.57%-
HSV(B)275º32.09%73.33%-
XYZ31.4626.4550.46-
YUV144.3152.1140.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 127 (50% from 255) = 26.68%
BLUE value IS 187 (73.44% from 255) = 39.29%
R=34.03%
G=26.68%
B=39.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621271870.130.3200.2727530.6161.57
HexA27FBBD2001B1131f3e
Octal24217727315400334233776
Binary10100010111111110111011110110000001101110001001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27FBB; }

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

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

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

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

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

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

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

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