#A28BAE

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

Shades of East Side #A28BAE

Tints of East Side #A28BAE

Color information

#A28BAE (or 0xA28BAE) is unknown color: approx East Side. HEX triplet: A2, 8B and AE. RGB value is (162,139,174). Sum of RGB (Red+Green+Blue) = 162+139+174=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 174 - color contains mainly: blue. Hex color #A28BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28BAE is #5D7451. Grayscale: #959595. Windows color (decimal): -6124626 or 11439010. OLE color: 11439010.

HSL color Cylindrical-coordinate representation of color #A28BAE: hue angle of 279.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A28BAE is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162139174-
CMYK0.070.2000.32
HSL279.43º17.77%61.37%-
HSV(B)279.43º20.11%68.24%-
XYZ31.7729.244.01-
YUV149.87141.62136.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=34.11%
G=29.26%
B=36.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621391740.070.2000.32279.4317.7761.37
HexA28BAE714020117123d
Octal2422132567240404272275
Binary10100010100010111010111011110100010000010001011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BAE; }

 p { color: rgb(162,139,174); }

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

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

 a { background-color: rgb(162,139,174); }

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

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

 span { border-color: rgb(162,139,174); }

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