#A386BF

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

Shades of East Side #A386BF

Tints of East Side #A386BF

Color information

#A386BF (or 0xA386BF) is unknown color: approx East Side. HEX triplet: A3, 86 and BF. RGB value is (163,134,191). Sum of RGB (Red+Green+Blue) = 163+134+191=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #A386BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386BF is #5C7940. Grayscale: #949494. Windows color (decimal): -6060353 or 12551843. OLE color: 12551843.

HSL color Cylindrical-coordinate representation of color #A386BF: hue angle of 270.53º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A386BF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163134191-
CMYK0.150.3000.25
HSL270.53º30.81%63.73%-
HSV(B)270.53º29.84%74.9%-
XYZ33.0328.653.07-
YUV149.17151.61137.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 134 (52.73% from 255) = 27.46%
BLUE value IS 191 (75% from 255) = 39.14%
R=33.40%
G=27.46%
B=39.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631341910.150.3000.25270.5330.8163.73
HexA386BFF1E01910f1f40
Octal243206277173603141737100
Binary101000111000011010111111111111110011001100001111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386BF; }

 p { color: rgb(163,134,191); }

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

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

 a { background-color: rgb(163,134,191); }

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

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

 span { border-color: rgb(163,134,191); }

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