#A289BA

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

Shades of East Side #A289BA

Tints of East Side #A289BA

Color information

#A289BA (or 0xA289BA) is unknown color: approx East Side. HEX triplet: A2, 89 and BA. RGB value is (162,137,186). Sum of RGB (Red+Green+Blue) = 162+137+186=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #A289BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289BA is #5D7645. Grayscale: #959595. Windows color (decimal): -6125126 or 12224930. OLE color: 12224930.

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

Color convert

RGB162137186-
CMYK0.130.2600.27
HSL270.61º26.2%63.33%-
HSV(B)270.61º26.34%72.94%-
XYZ32.7129.1250.35-
YUV150.06148.28136.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=33.40%
G=28.25%
B=38.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621371860.130.2600.27270.6126.263.33
HexA289BAD1A01B10f1a3f
Octal24221127215320334173277
Binary10100010100010011011101011011101001101110000111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289BA; }

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

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

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

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

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

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

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

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