#A28EB5

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

Shades of East Side #A28EB5

Tints of East Side #A28EB5

Color information

#A28EB5 (or 0xA28EB5) is unknown color: approx East Side. HEX triplet: A2, 8E and B5. RGB value is (162,142,181). Sum of RGB (Red+Green+Blue) = 162+142+181=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #A28EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EB5 is #5D714A. Grayscale: #989898. Windows color (decimal): -6123851 or 11898530. OLE color: 11898530.

HSL color Cylindrical-coordinate representation of color #A28EB5: hue angle of 270.77º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A28EB5 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB162142181-
CMYK0.100.2200.29
HSL270.77º20.86%63.33%-
HSV(B)270.77º21.55%70.98%-
XYZ32.9130.3647.84-
YUV152.43144.13134.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 181 (71.09% from 255) = 37.32%
R=33.40%
G=29.28%
B=37.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621421810.100.2200.29270.7720.8663.33
HexA28EB5A1601D10f153f
Octal24221626512260354172577
Binary10100010100011101011010110101011001110110000111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28EB5; }

 p { color: rgb(162,142,181); }

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

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

 a { background-color: rgb(162,142,181); }

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

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

 span { border-color: rgb(162,142,181); }

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