#A27FBA

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

Shades of East Side #A27FBA

Tints of East Side #A27FBA

Color information

#A27FBA (or 0xA27FBA) is unknown color: approx East Side. HEX triplet: A2, 7F and BA. RGB value is (162,127,186). Sum of RGB (Red+Green+Blue) = 162+127+186=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #A27FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FBA is #5D8045. Grayscale: #8F8F8F. Windows color (decimal): -6127686 or 12222370. OLE color: 12222370.

HSL color Cylindrical-coordinate representation of color #A27FBA: hue angle of 275.59º 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 #A27FBA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162127186-
CMYK0.130.3200.27
HSL275.59º29.95%61.37%-
HSV(B)275.59º31.72%72.94%-
XYZ31.3526.4149.9-
YUV144.19151.6140.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=34.11%
G=26.74%
B=39.16%

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
Decimal1621271860.130.3200.27275.5929.9561.37
HexA27FBAD2001B1141e3d
Octal24217727215400334243675
Binary10100010111111110111010110110000001101110001010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27FBA; }

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

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

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

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

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

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

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

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