#A78DAD

Color #A78DAD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A78DAD

Tints of East Side #A78DAD

Color information

#A78DAD (or 0xA78DAD) is unknown color: approx East Side. HEX triplet: A7, 8D and AD. RGB value is (167,141,173). Sum of RGB (Red+Green+Blue) = 167+141+173=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #A78DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78DAD is #587252. Grayscale: #989898. Windows color (decimal): -5796435 or 11373991. OLE color: 11373991.

HSL color Cylindrical-coordinate representation of color #A78DAD: hue angle of 288.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A78DAD is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167141173-
CMYK0.030.1800.32
HSL288.75º16.33%61.57%-
HSV(B)288.75º18.5%67.84%-
XYZ3330.2843.64-
YUV152.42139.61138.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.72%
GREEN value IS 141 (55.47% from 255) = 29.31%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=34.72%
G=29.31%
B=35.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671411730.030.1800.32288.7516.3361.57
HexA78DAD312020121103e
Octal2472152553220404412076
Binary1010011110001101101011011110010010000010010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DAD; }

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

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

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

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

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

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

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

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