#A48FAB

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

Shades of East Side #A48FAB

Tints of East Side #A48FAB

Color information

#A48FAB (or 0xA48FAB) is unknown color: approx East Side. HEX triplet: A4, 8F and AB. RGB value is (164,143,171). Sum of RGB (Red+Green+Blue) = 164+143+171=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #A48FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48FAB is #5B7054. Grayscale: #989898. Windows color (decimal): -5992533 or 11243428. OLE color: 11243428.

HSL color Cylindrical-coordinate representation of color #A48FAB: hue angle of 285º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A48FAB is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164143171-
CMYK0.040.1600.33
HSL285º14.29%61.57%-
HSV(B)285º16.37%67.06%-
XYZ32.4830.4842.7-
YUV152.47138.46136.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=34.31%
G=29.92%
B=35.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641431710.040.1600.3328514.2961.57
HexA48FAB41002111de3e
Octal2442172534200414351676
Binary1010010010001111101010111001000001000011000111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FAB; }

 p { color: rgb(164,143,171); }

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

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

 a { background-color: rgb(164,143,171); }

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

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

 span { border-color: rgb(164,143,171); }

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