#A385BA

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

Shades of East Side #A385BA

Tints of East Side #A385BA

Color information

#A385BA (or 0xA385BA) is unknown color: approx East Side. HEX triplet: A3, 85 and BA. RGB value is (163,133,186). Sum of RGB (Red+Green+Blue) = 163+133+186=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #A385BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385BA is #5C7A45. Grayscale: #939393. Windows color (decimal): -6060614 or 12223907. OLE color: 12223907.

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

Color convert

RGB163133186-
CMYK0.120.2800.27
HSL273.96º27.75%62.55%-
HSV(B)273.96º28.49%72.94%-
XYZ32.3528.1150.17-
YUV148.01149.44138.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=33.82%
G=27.59%
B=38.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631331860.120.2800.27273.9627.7562.55
HexA385BAC1C01B1121c3f
Octal24320527214340334223477
Binary10100011100001011011101011001110001101110001001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385BA; }

 p { color: rgb(163,133,186); }

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

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

 a { background-color: rgb(163,133,186); }

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

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

 span { border-color: rgb(163,133,186); }

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