#A27FBD

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

Shades of East Side #A27FBD

Tints of East Side #A27FBD

Color information

#A27FBD (or 0xA27FBD) is unknown color: approx East Side. HEX triplet: A2, 7F and BD. RGB value is (162,127,189). Sum of RGB (Red+Green+Blue) = 162+127+189=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #A27FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FBD is #5D8042. Grayscale: #909090. Windows color (decimal): -6127683 or 12418978. OLE color: 12418978.

HSL color Cylindrical-coordinate representation of color #A27FBD: hue angle of 273.87º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A27FBD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162127189-
CMYK0.140.3300.26
HSL273.87º31.96%61.96%-
HSV(B)273.87º32.8%74.12%-
XYZ31.6726.5351.6-
YUV144.53153.1140.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=33.89%
G=26.57%
B=39.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621271890.140.3300.26273.8731.9661.96
HexA27FBDE2101A112203e
Octal24217727516410324224076
Binary101000101111111101111011110100001011010100010010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27FBD; }

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

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

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

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

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

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

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

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