#A78CA4

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

Shades of London Hue #A78CA4

Tints of London Hue #A78CA4

Color information

#A78CA4 (or 0xA78CA4) is unknown color: approx London Hue. HEX triplet: A7, 8C and A4. RGB value is (167,140,164). Sum of RGB (Red+Green+Blue) = 167+140+164=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 167 - color contains mainly: red. Hex color #A78CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78CA4 is #58735B. Grayscale: #969696. Windows color (decimal): -5796700 or 10783911. OLE color: 10783911.

HSL color Cylindrical-coordinate representation of color #A78CA4: hue angle of 306.67º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A78CA4 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB167140164-
CMYK00.160.020.35
HSL306.67º13.3%60.2%-
HSV(B)306.67º16.17%65.49%-
XYZ32.0229.6539.16-
YUV150.81135.45139.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=35.46%
G=29.72%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714016400.160.020.35306.6713.360.2
HexA78CA4010223133d3c
Octal2472142440202434631574
Binary101001111000110010100100010000101000111001100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78CA4; }

 p { color: rgb(167,140,164); }

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

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

 a { background-color: rgb(167,140,164); }

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

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

 span { border-color: rgb(167,140,164); }

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