#A385BE

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

Shades of East Side #A385BE

Tints of East Side #A385BE

Color information

#A385BE (or 0xA385BE) is unknown color: approx East Side. HEX triplet: A3, 85 and BE. RGB value is (163,133,190). Sum of RGB (Red+Green+Blue) = 163+133+190=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #A385BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385BE is #5C7A41. Grayscale: #949494. Windows color (decimal): -6060610 or 12486051. OLE color: 12486051.

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

Color convert

RGB163133190-
CMYK0.140.300.25
HSL271.58º30.48%63.33%-
HSV(B)271.58º30%74.51%-
XYZ32.7928.2852.45-
YUV148.47151.44138.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=33.54%
G=27.37%
B=39.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631331900.140.300.25271.5830.4863.33
HexA385BEE1E0191101e3f
Octal24320527616360314203677
Binary10100011100001011011111011101111001100110001000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385BE; }

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

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

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

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

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

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

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

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