#A385BC

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

Shades of East Side #A385BC

Tints of East Side #A385BC

Color information

#A385BC (or 0xA385BC) is unknown color: approx East Side. HEX triplet: A3, 85 and BC. RGB value is (163,133,188). Sum of RGB (Red+Green+Blue) = 163+133+188=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #A385BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385BC is #5C7A43. Grayscale: #949494. Windows color (decimal): -6060612 or 12354979. OLE color: 12354979.

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

Color convert

RGB163133188-
CMYK0.130.2900.26
HSL272.73º29.1%62.94%-
HSV(B)272.73º29.26%73.73%-
XYZ32.5728.1951.3-
YUV148.24150.44138.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=33.68%
G=27.48%
B=38.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631331880.130.2900.26272.7329.162.94
HexA385BCD1D01A1111d3f
Octal24320527415350324213577
Binary10100011100001011011110011011110101101010001000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385BC; }

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

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

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

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

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

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

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

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