#A78E9A

Color #A78E9A Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A78E9A

Tints of Shady Lady #A78E9A

Color information

#A78E9A (or 0xA78E9A) is unknown color: approx Shady Lady. HEX triplet: A7, 8E and 9A. RGB value is (167,142,154). Sum of RGB (Red+Green+Blue) = 167+142+154=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78E9A is #587165. Grayscale: #969696. Windows color (decimal): -5796198 or 10129063. OLE color: 10129063.

HSL color Cylindrical-coordinate representation of color #A78E9A: hue angle of 331.2º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A78E9A is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB167142154-
CMYK00.150.080.35
HSL331.2º12.44%60.59%-
HSV(B)331.2º14.97%65.49%-
XYZ31.4429.8934.68-
YUV150.84129.78139.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 142 (55.86% from 255) = 30.67%
BLUE value IS 154 (60.55% from 255) = 33.26%
R=36.07%
G=30.67%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714215400.150.080.35331.212.4460.59
HexA78E9A0F82314bc3d
Octal24721623201710435131475
Binary1010011110001110100110100111110001000111010010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78E9A; }

 p { color: rgb(167,142,154); }

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

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

 a { background-color: rgb(167,142,154); }

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

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

 span { border-color: rgb(167,142,154); }

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