#A28BAD

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

Shades of East Side #A28BAD

Tints of East Side #A28BAD

Color information

#A28BAD (or 0xA28BAD) is unknown color: approx East Side. HEX triplet: A2, 8B and AD. RGB value is (162,139,173). Sum of RGB (Red+Green+Blue) = 162+139+173=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #A28BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28BAD is #5D7452. Grayscale: #959595. Windows color (decimal): -6124627 or 11373474. OLE color: 11373474.

HSL color Cylindrical-coordinate representation of color #A28BAD: hue angle of 280.59º degrees, saturation: 0.17, 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 #A28BAD is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162139173-
CMYK0.060.2000.32
HSL280.59º17.17%61.18%-
HSV(B)280.59º19.65%67.84%-
XYZ31.6829.1643.49-
YUV149.75141.12136.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 139 (54.69% from 255) = 29.32%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=34.18%
G=29.32%
B=36.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621391730.060.2000.32280.5917.1761.18
HexA28BAD614020119113d
Octal2422132556240404312175
Binary10100010100010111010110111010100010000010001100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BAD; }

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

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

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

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

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

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

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

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