#A28CB2

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

Shades of East Side #A28CB2

Tints of East Side #A28CB2

Color information

#A28CB2 (or 0xA28CB2) is unknown color: approx East Side. HEX triplet: A2, 8C and B2. RGB value is (162,140,178). Sum of RGB (Red+Green+Blue) = 162+140+178=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 178 - color contains mainly: blue. Hex color #A28CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28CB2 is #5D734D. Grayscale: #969696. Windows color (decimal): -6124366 or 11701410. OLE color: 11701410.

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

Color convert

RGB162140178-
CMYK0.090.2100.30
HSL274.74º19.79%62.35%-
HSV(B)274.74º21.35%69.8%-
XYZ32.3129.6546.14-
YUV150.91143.29135.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 140 (55.08% from 255) = 29.17%
BLUE value IS 178 (69.92% from 255) = 37.08%
R=33.75%
G=29.17%
B=37.08%

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
Decimal1621401780.090.2100.30274.7419.7962.35
HexA28CB291501E113143e
Octal24221426211250364232476
Binary10100010100011001011001010011010101111010001001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28CB2; }

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

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

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

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

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

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

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

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