#A78CBF

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

Shades of East Side #A78CBF

Tints of East Side #A78CBF

Color information

#A78CBF (or 0xA78CBF) is unknown color: approx East Side. HEX triplet: A7, 8C and BF. RGB value is (167,140,191). Sum of RGB (Red+Green+Blue) = 167+140+191=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #A78CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CBF is #587340. Grayscale: #999999. Windows color (decimal): -5796673 or 12553383. OLE color: 12553383.

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

Color convert

RGB167140191-
CMYK0.130.2700.25
HSL271.76º28.49%64.9%-
HSV(B)271.76º26.7%74.9%-
XYZ34.7230.7353.39-
YUV153.89148.95137.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 191 (75% from 255) = 38.35%
R=33.53%
G=28.11%
B=38.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671401910.130.2700.25271.7628.4964.9
HexA78CBFD1B0191101c41
Octal247214277153303142034101
Binary101001111000110010111111110111011011001100010000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78CBF; }

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

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

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

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

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

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

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

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