#A78FBF

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

Shades of East Side #A78FBF

Tints of East Side #A78FBF

Color information

#A78FBF (or 0xA78FBF) is unknown color: approx East Side. HEX triplet: A7, 8F and BF. RGB value is (167,143,191). Sum of RGB (Red+Green+Blue) = 167+143+191=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #A78FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FBF is #587040. Grayscale: #9B9B9B. Windows color (decimal): -5795905 or 12554151. OLE color: 12554151.

HSL color Cylindrical-coordinate representation of color #A78FBF: hue angle of 270º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A78FBF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167143191-
CMYK0.130.2500.25
HSL270º27.27%65.49%-
HSV(B)270º25.13%74.9%-
XYZ35.1631.6253.54-
YUV155.65147.95136.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.33%
GREEN value IS 143 (56.25% from 255) = 28.54%
BLUE value IS 191 (75% from 255) = 38.12%
R=33.33%
G=28.54%
B=38.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671431910.130.2500.2527027.2765.49
HexA78FBFD1901910e1b41
Octal247217277153103141633101
Binary101001111000111110111111110111001011001100001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78FBF; }

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

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

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

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

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

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

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

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