#A78FAA

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

Shades of London Hue #A78FAA

Tints of London Hue #A78FAA

Color information

#A78FAA (or 0xA78FAA) is unknown color: approx London Hue. HEX triplet: A7, 8F and AA. RGB value is (167,143,170). Sum of RGB (Red+Green+Blue) = 167+143+170=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 170 - color contains mainly: blue. Hex color #A78FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78FAA is #587055. Grayscale: #999999. Windows color (decimal): -5795926 or 11177895. OLE color: 11177895.

HSL color Cylindrical-coordinate representation of color #A78FAA: hue angle of 293.33º 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 #A78FAA is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167143170-
CMYK0.020.1600.33
HSL293.33º13.71%61.37%-
HSV(B)293.33º15.88%66.67%-
XYZ33.0130.7642.23-
YUV153.25137.45137.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.79%
GREEN value IS 143 (56.25% from 255) = 29.79%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=34.79%
G=29.79%
B=35.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671431700.020.1600.33293.3313.7161.37
HexA78FAA210021125e3d
Octal2472172522200414451675
Binary101001111000111110101010101000001000011001001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78FAA; }

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

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

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

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

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

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

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

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