#A388AC

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

Shades of East Side #A388AC

Tints of East Side #A388AC

Color information

#A388AC (or 0xA388AC) is unknown color: approx East Side. HEX triplet: A3, 88 and AC. RGB value is (163,136,172). Sum of RGB (Red+Green+Blue) = 163+136+172=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #A388AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A388AC is #5C7753. Grayscale: #949494. Windows color (decimal): -6059860 or 11307171. OLE color: 11307171.

HSL color Cylindrical-coordinate representation of color #A388AC: hue angle of 285º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A388AC is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163136172-
CMYK0.050.2100.33
HSL285º17.82%60.39%-
HSV(B)285º20.93%67.45%-
XYZ31.3528.3742.85-
YUV148.18141.45138.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=34.61%
G=28.87%
B=36.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631361720.050.2100.3328517.8260.39
HexA388AC51502111d123c
Octal2432102545250414352274
Binary10100011100010001010110010110101010000110001110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A388AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A388AC; }

 p { color: rgb(163,136,172); }

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

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

 a { background-color: rgb(163,136,172); }

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

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

 span { border-color: rgb(163,136,172); }

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