#A48FAA

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

Shades of East Side #A48FAA

Tints of East Side #A48FAA

Color information

#A48FAA (or 0xA48FAA) is unknown color: approx East Side. HEX triplet: A4, 8F and AA. RGB value is (164,143,170). Sum of RGB (Red+Green+Blue) = 164+143+170=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #A48FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48FAA is #5B7055. Grayscale: #989898. Windows color (decimal): -5992534 or 11177892. OLE color: 11177892.

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

Color convert

RGB164143170-
CMYK0.040.1600.33
HSL286.67º13.71%61.37%-
HSV(B)286.67º15.88%66.67%-
XYZ32.3930.4442.2-
YUV152.36137.96136.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=34.38%
G=29.98%
B=35.64%

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
Decimal1641431700.040.1600.33286.6713.7161.37
HexA48FAA41002111fe3d
Octal2442172524200414371675
Binary1010010010001111101010101001000001000011000111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FAA; }

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

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

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

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

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

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

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

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