#A28DAD

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

Shades of East Side #A28DAD

Tints of East Side #A28DAD

Color information

#A28DAD (or 0xA28DAD) is unknown color: approx East Side. HEX triplet: A2, 8D and AD. RGB value is (162,141,173). Sum of RGB (Red+Green+Blue) = 162+141+173=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #A28DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28DAD is #5D7252. Grayscale: #969696. Windows color (decimal): -6124115 or 11373986. OLE color: 11373986.

HSL color Cylindrical-coordinate representation of color #A28DAD: hue angle of 279.38º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A28DAD is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162141173-
CMYK0.060.1800.32
HSL279.38º16.33%61.57%-
HSV(B)279.38º18.5%67.84%-
XYZ31.9729.7543.59-
YUV150.93140.46135.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=34.03%
G=29.62%
B=36.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621411730.060.1800.32279.3816.3361.57
HexA28DAD612020117103e
Octal2422152556220404272076
Binary10100010100011011010110111010010010000010001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DAD; }

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

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

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

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

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

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

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

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