#A389BB

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

Shades of East Side #A389BB

Tints of East Side #A389BB

Color information

#A389BB (or 0xA389BB) is unknown color: approx East Side. HEX triplet: A3, 89 and BB. RGB value is (163,137,187). Sum of RGB (Red+Green+Blue) = 163+137+187=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #A389BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389BB is #5C7644. Grayscale: #969696. Windows color (decimal): -6059589 or 12290467. OLE color: 12290467.

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

Color convert

RGB163137187-
CMYK0.130.2700.27
HSL271.2º26.88%63.53%-
HSV(B)271.2º26.74%73.33%-
XYZ33.0229.2750.92-
YUV150.47148.61136.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.47%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=33.47%
G=28.13%
B=38.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631371870.130.2700.27271.226.8863.53
HexA389BBD1B01B10f1b40
Octal243211273153303341733100
Binary101000111000100110111011110111011011011100001111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A389BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A389BB; }

 p { color: rgb(163,137,187); }

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

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

 a { background-color: rgb(163,137,187); }

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

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

 span { border-color: rgb(163,137,187); }

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