#A78BAA

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

Shades of London Hue #A78BAA

Tints of London Hue #A78BAA

Color information

#A78BAA (or 0xA78BAA) is unknown color: approx London Hue. HEX triplet: A7, 8B and AA. RGB value is (167,139,170). Sum of RGB (Red+Green+Blue) = 167+139+170=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #A78BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78BAA is #587455. Grayscale: #969696. Windows color (decimal): -5796950 or 11176871. OLE color: 11176871.

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

Color convert

RGB167139170-
CMYK0.020.1800.33
HSL294.19º15.42%60.59%-
HSV(B)294.19º18.24%66.67%-
XYZ32.4229.5842.03-
YUV150.91138.78139.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.08%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=35.08%
G=29.20%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671391700.020.1800.33294.1915.4260.59
HexA78BAA212021126f3d
Octal2472132522220414461775
Binary101001111000101110101010101001001000011001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78BAA; }

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

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

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

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

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

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

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

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