#A386BC

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

Shades of East Side #A386BC

Tints of East Side #A386BC

Color information

#A386BC (or 0xA386BC) is unknown color: approx East Side. HEX triplet: A3, 86 and BC. RGB value is (163,134,188). Sum of RGB (Red+Green+Blue) = 163+134+188=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #A386BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386BC is #5C7943. Grayscale: #949494. Windows color (decimal): -6060356 or 12355235. OLE color: 12355235.

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

Color convert

RGB163134188-
CMYK0.130.2900.26
HSL272.22º28.72%63.14%-
HSV(B)272.22º28.72%73.73%-
XYZ32.7128.4751.35-
YUV148.83150.11138.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=33.61%
G=27.63%
B=38.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631341880.130.2900.26272.2228.7263.14
HexA386BCD1D01A1101d3f
Octal24320627415350324203577
Binary10100011100001101011110011011110101101010001000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386BC; }

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

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

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

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

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

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

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

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