#A389BC

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

Shades of East Side #A389BC

Tints of East Side #A389BC

Color information

#A389BC (or 0xA389BC) is unknown color: approx East Side. HEX triplet: A3, 89 and BC. RGB value is (163,137,188). Sum of RGB (Red+Green+Blue) = 163+137+188=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #A389BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389BC is #5C7643. Grayscale: #969696. Windows color (decimal): -6059588 or 12356003. OLE color: 12356003.

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

Color convert

RGB163137188-
CMYK0.130.2700.26
HSL270.59º27.57%63.73%-
HSV(B)270.59º27.13%73.73%-
XYZ33.1329.3151.49-
YUV150.59149.11136.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=33.40%
G=28.07%
B=38.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631371880.130.2700.26270.5927.5763.73
HexA389BCD1B01A10f1c40
Octal243211274153303241734100
Binary101000111000100110111100110111011011010100001111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A389BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A389BC; }

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

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

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

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

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

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

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

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