#A385BB

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

Shades of East Side #A385BB

Tints of East Side #A385BB

Color information

#A385BB (or 0xA385BB) is unknown color: approx East Side. HEX triplet: A3, 85 and BB. RGB value is (163,133,187). Sum of RGB (Red+Green+Blue) = 163+133+187=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #A385BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385BB is #5C7A44. Grayscale: #939393. Windows color (decimal): -6060613 or 12289443. OLE color: 12289443.

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

Color convert

RGB163133187-
CMYK0.130.2900.27
HSL273.33º28.42%62.75%-
HSV(B)273.33º28.88%73.33%-
XYZ32.4628.1550.74-
YUV148.13149.94138.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.75%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=33.75%
G=27.54%
B=38.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631331870.130.2900.27273.3328.4262.75
HexA385BBD1D01B1111c3f
Octal24320527315350334213477
Binary10100011100001011011101111011110101101110001000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385BB; }

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

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

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

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

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

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

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

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