#A48AAD

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

Shades of East Side #A48AAD

Tints of East Side #A48AAD

Color information

#A48AAD (or 0xA48AAD) is unknown color: approx East Side. HEX triplet: A4, 8A and AD. RGB value is (164,138,173). Sum of RGB (Red+Green+Blue) = 164+138+173=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #A48AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48AAD is #5B7552. Grayscale: #959595. Windows color (decimal): -5993811 or 11373220. OLE color: 11373220.

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

Color convert

RGB164138173-
CMYK0.050.2000.32
HSL284.57º17.59%60.98%-
HSV(B)284.57º20.23%67.84%-
XYZ31.9429.0943.47-
YUV149.76141.11138.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=34.53%
G=29.05%
B=36.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641381730.050.2000.32284.5717.5960.98
HexA48AAD51402011d123d
Octal2442122555240404352275
Binary10100100100010101010110110110100010000010001110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48AAD; }

 p { color: rgb(164,138,173); }

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

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

 a { background-color: rgb(164,138,173); }

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

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

 span { border-color: rgb(164,138,173); }

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