#A28DAB

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

Shades of East Side #A28DAB

Tints of East Side #A28DAB

Color information

#A28DAB (or 0xA28DAB) is unknown color: approx East Side. HEX triplet: A2, 8D and AB. RGB value is (162,141,171). Sum of RGB (Red+Green+Blue) = 162+141+171=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #A28DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28DAB is #5D7254. Grayscale: #969696. Windows color (decimal): -6124117 or 11242914. OLE color: 11242914.

HSL color Cylindrical-coordinate representation of color #A28DAB: hue angle of 282º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A28DAB is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162141171-
CMYK0.050.1800.33
HSL282º15.15%61.18%-
HSV(B)282º17.54%67.06%-
XYZ31.7829.6742.58-
YUV150.7139.46136.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 141 (55.47% from 255) = 29.75%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=34.18%
G=29.75%
B=36.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621411710.050.1800.3328215.1561.18
HexA28DAB51202111af3d
Octal2422152535220414321775
Binary1010001010001101101010111011001001000011000110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DAB; }

 p { color: rgb(162,141,171); }

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

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

 a { background-color: rgb(162,141,171); }

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

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

 span { border-color: rgb(162,141,171); }

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