#A48FA3

Color #A48FA3 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #A48FA3

Tints of London Hue #A48FA3

Color information

#A48FA3 (or 0xA48FA3) is unknown color: approx London Hue. HEX triplet: A4, 8F and A3. RGB value is (164,143,163). Sum of RGB (Red+Green+Blue) = 164+143+163=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A48FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48FA3 is #5B705C. Grayscale: #979797. Windows color (decimal): -5992541 or 10719140. OLE color: 10719140.

HSL color Cylindrical-coordinate representation of color #A48FA3: hue angle of 302.86º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A48FA3 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB164143163-
CMYK00.130.010.36
HSL302.86º10.34%60.2%-
HSV(B)302.86º12.8%64.31%-
XYZ31.7430.1838.8-
YUV151.56134.46136.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=34.89%
G=30.43%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414316300.130.010.36302.8610.3460.2
HexA48FA30D12412fa3c
Octal2442172430151444571274
Binary1010010010001111101000110110111001001001011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FA3; }

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

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

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

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

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

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

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

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