#A28CAE

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

Shades of East Side #A28CAE

Tints of East Side #A28CAE

Color information

#A28CAE (or 0xA28CAE) is unknown color: approx East Side. HEX triplet: A2, 8C and AE. RGB value is (162,140,174). Sum of RGB (Red+Green+Blue) = 162+140+174=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: blue. Hex color #A28CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28CAE is #5D7351. Grayscale: #969696. Windows color (decimal): -6124370 or 11439266. OLE color: 11439266.

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

Color convert

RGB162140174-
CMYK0.070.2000.32
HSL278.82º17.35%61.57%-
HSV(B)278.82º19.54%68.24%-
XYZ31.9229.4944.05-
YUV150.45141.29136.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 140 (55.08% from 255) = 29.41%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=34.03%
G=29.41%
B=36.55%

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
Decimal1621401740.070.2000.32278.8217.3561.57
HexA28CAE714020117113e
Octal2422142567240404272176
Binary10100010100011001010111011110100010000010001011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28CAE; }

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

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

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

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

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

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

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

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