#A288B4

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

Shades of East Side #A288B4

Tints of East Side #A288B4

Color information

#A288B4 (or 0xA288B4) is unknown color: approx East Side. HEX triplet: A2, 88 and B4. RGB value is (162,136,180). Sum of RGB (Red+Green+Blue) = 162+136+180=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: blue. Hex color #A288B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288B4 is #5D774B. Grayscale: #949494. Windows color (decimal): -6125388 or 11831458. OLE color: 11831458.

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

Color convert

RGB162136180-
CMYK0.10.2400.29
HSL275.45º22.68%61.96%-
HSV(B)275.45º24.44%70.59%-
XYZ31.9428.5847.01-
YUV148.79145.61137.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 180 (70.70% from 255) = 37.66%
R=33.89%
G=28.45%
B=37.66%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621361800.10.2400.29275.4522.6861.96
HexA288B4A1801D113173e
Octal24221026412300354232776
Binary10100010100010001011010010101100001110110001001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A288B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A288B4; }

 p { color: rgb(162,136,180); }

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

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

 a { background-color: rgb(162,136,180); }

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

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

 span { border-color: rgb(162,136,180); }

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