#A78FBE

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

Shades of East Side #A78FBE

Tints of East Side #A78FBE

Color information

#A78FBE (or 0xA78FBE) is unknown color: approx East Side. HEX triplet: A7, 8F and BE. RGB value is (167,143,190). Sum of RGB (Red+Green+Blue) = 167+143+190=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #A78FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78FBE is #587041. Grayscale: #9B9B9B. Windows color (decimal): -5795906 or 12488615. OLE color: 12488615.

HSL color Cylindrical-coordinate representation of color #A78FBE: hue angle of 270.64º 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 #A78FBE is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167143190-
CMYK0.120.2500.25
HSL270.64º26.55%65.29%-
HSV(B)270.64º24.74%74.51%-
XYZ35.0531.5852.96-
YUV155.53147.45136.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.4%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 190 (74.61% from 255) = 38%
R=33.4%
G=28.6%
B=38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671431900.120.2500.25270.6426.5565.29
HexA78FBEC1901910f1b41
Octal247217276143103141733101
Binary101001111000111110111110110011001011001100001111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78FBE; }

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

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

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

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

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

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

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

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