#A385B5

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

Shades of East Side #A385B5

Tints of East Side #A385B5

Color information

#A385B5 (or 0xA385B5) is unknown color: approx East Side. HEX triplet: A3, 85 and B5. RGB value is (163,133,181). Sum of RGB (Red+Green+Blue) = 163+133+181=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 181 - color contains mainly: blue. Hex color #A385B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385B5 is #5C7A4A. Grayscale: #939393. Windows color (decimal): -6060619 or 11896227. OLE color: 11896227.

HSL color Cylindrical-coordinate representation of color #A385B5: hue angle of 277.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A385B5 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163133181-
CMYK0.100.2700.29
HSL277.5º24.49%61.57%-
HSV(B)277.5º26.52%70.98%-
XYZ31.8327.947.42-
YUV147.44146.94139.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 181 (71.09% from 255) = 37.95%
R=34.17%
G=27.88%
B=37.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631331810.100.2700.29277.524.4961.57
HexA385B5A1B01D116183e
Octal24320526512330354263076
Binary10100011100001011011010110101101101110110001011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385B5; }

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

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

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

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

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

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

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

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