#A78DAA

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

Shades of London Hue #A78DAA

Tints of London Hue #A78DAA

Color information

#A78DAA (or 0xA78DAA) is unknown color: approx London Hue. HEX triplet: A7, 8D and AA. RGB value is (167,141,170). Sum of RGB (Red+Green+Blue) = 167+141+170=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #A78DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78DAA is #587255. Grayscale: #979797. Windows color (decimal): -5796438 or 11177383. OLE color: 11177383.

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

Color convert

RGB167141170-
CMYK0.020.1700.33
HSL293.79º14.57%60.98%-
HSV(B)293.79º17.06%66.67%-
XYZ32.7230.1742.13-
YUV152.08138.11138.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=34.94%
G=29.50%
B=35.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671411700.020.1700.33293.7914.5760.98
HexA78DAA211021126f3d
Octal2472152522210414461775
Binary101001111000110110101010101000101000011001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DAA; }

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

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

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

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

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

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

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

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