#A28EB3

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

Shades of East Side #A28EB3

Tints of East Side #A28EB3

Color information

#A28EB3 (or 0xA28EB3) is unknown color: approx East Side. HEX triplet: A2, 8E and B3. RGB value is (162,142,179). Sum of RGB (Red+Green+Blue) = 162+142+179=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #A28EB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EB3 is #5D714C. Grayscale: #989898. Windows color (decimal): -6123853 or 11767458. OLE color: 11767458.

HSL color Cylindrical-coordinate representation of color #A28EB3: hue angle of 272.43º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A28EB3 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB162142179-
CMYK0.090.2100.30
HSL272.43º19.58%62.94%-
HSV(B)272.43º20.67%70.2%-
XYZ32.7130.2846.77-
YUV152.2143.13134.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 179 (70.31% from 255) = 37.06%
R=33.54%
G=29.40%
B=37.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621421790.090.2100.30272.4319.5862.94
HexA28EB391501E110143f
Octal24221626311250364202477
Binary10100010100011101011001110011010101111010001000010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28EB3; }

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

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

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

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

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

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

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

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