#A388AE

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

Shades of East Side #A388AE

Tints of East Side #A388AE

Color information

#A388AE (or 0xA388AE) is unknown color: approx East Side. HEX triplet: A3, 88 and AE. RGB value is (163,136,174). Sum of RGB (Red+Green+Blue) = 163+136+174=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #A388AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A388AE is #5C7751. Grayscale: #949494. Windows color (decimal): -6059858 or 11438243. OLE color: 11438243.

HSL color Cylindrical-coordinate representation of color #A388AE: hue angle of 282.63º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A388AE is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163136174-
CMYK0.060.2200.32
HSL282.63º19%60.78%-
HSV(B)282.63º21.84%68.24%-
XYZ31.5528.4543.87-
YUV148.4142.45138.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 136 (53.52% from 255) = 28.75%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=34.46%
G=28.75%
B=36.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631361740.060.2200.32282.631960.78
HexA388AE61602011b133d
Octal2432102566260404332375
Binary10100011100010001010111011010110010000010001101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A388AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A388AE; }

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

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

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

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

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

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

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

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