#A386BE

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

Shades of East Side #A386BE

Tints of East Side #A386BE

Color information

#A386BE (or 0xA386BE) is unknown color: approx East Side. HEX triplet: A3, 86 and BE. RGB value is (163,134,190). Sum of RGB (Red+Green+Blue) = 163+134+190=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #A386BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386BE is #5C7941. Grayscale: #949494. Windows color (decimal): -6060354 or 12486307. OLE color: 12486307.

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

Color convert

RGB163134190-
CMYK0.140.2900.25
HSL271.07º30.11%63.53%-
HSV(B)271.07º29.47%74.51%-
XYZ32.9228.5552.49-
YUV149.06151.11137.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.47%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=33.47%
G=27.52%
B=39.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631341900.140.2900.25271.0730.1163.53
HexA386BEE1D01910f1e40
Octal243206276163503141736100
Binary101000111000011010111110111011101011001100001111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A386BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A386BE; }

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

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

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

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

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

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

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

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