#A48FAF

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

Shades of East Side #A48FAF

Tints of East Side #A48FAF

Color information

#A48FAF (or 0xA48FAF) is unknown color: approx East Side. HEX triplet: A4, 8F and AF. RGB value is (164,143,175). Sum of RGB (Red+Green+Blue) = 164+143+175=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #A48FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48FAF is #5B7050. Grayscale: #989898. Windows color (decimal): -5992529 or 11505572. OLE color: 11505572.

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

Color convert

RGB164143175-
CMYK0.060.1800.31
HSL279.38º16.67%62.35%-
HSV(B)279.38º18.29%68.63%-
XYZ32.8730.6344.74-
YUV152.93140.46135.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 143 (56.25% from 255) = 29.67%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=34.02%
G=29.67%
B=36.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641431750.060.1800.31279.3816.6762.35
HexA48FAF61201F117113e
Octal2442172576220374272176
Binary1010010010001111101011111101001001111110001011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FAF; }

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

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

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

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

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

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

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

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