#A78FAF

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

Shades of East Side #A78FAF

Tints of East Side #A78FAF

Color information

#A78FAF (or 0xA78FAF) is unknown color: approx East Side. HEX triplet: A7, 8F and AF. RGB value is (167,143,175). Sum of RGB (Red+Green+Blue) = 167+143+175=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #A78FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78FAF is #587050. Grayscale: #999999. Windows color (decimal): -5795921 or 11505575. OLE color: 11505575.

HSL color Cylindrical-coordinate representation of color #A78FAF: hue angle of 285º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A78FAF is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167143175-
CMYK0.050.1800.31
HSL285º16.67%62.35%-
HSV(B)285º18.29%68.63%-
XYZ33.530.9644.77-
YUV153.82139.95137.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.43%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=34.43%
G=29.48%
B=36.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671431750.050.1800.3128516.6762.35
HexA78FAF51201F11d113e
Octal2472172575220374352176
Binary1010011110001111101011111011001001111110001110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78FAF; }

 p { color: rgb(167,143,175); }

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

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

 a { background-color: rgb(167,143,175); }

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

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

 span { border-color: rgb(167,143,175); }

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