#A778B8

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

Shades of East Side #A778B8

Tints of East Side #A778B8

Color information

#A778B8 (or 0xA778B8) is unknown color: approx East Side. HEX triplet: A7, 78 and B8. RGB value is (167,120,184). Sum of RGB (Red+Green+Blue) = 167+120+184=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 184 - color contains mainly: blue. Hex color #A778B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778B8 is #588747. Grayscale: #8D8D8D. Windows color (decimal): -5801800 or 12089511. OLE color: 12089511.

HSL color Cylindrical-coordinate representation of color #A778B8: hue angle of 284.06º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A778B8 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB167120184-
CMYK0.090.3500.28
HSL284.06º31.07%59.61%-
HSV(B)284.06º34.78%72.16%-
XYZ31.325.1148.54-
YUV141.35152.07146.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 184 (72.27% from 255) = 39.07%
R=35.46%
G=25.48%
B=39.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671201840.090.3500.28284.0631.0759.61
HexA778B892301C11c1f3c
Octal24717027011430344343774
Binary10100111111100010111000100110001101110010001110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A778B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A778B8; }

 p { color: rgb(167,120,184); }

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

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

 a { background-color: rgb(167,120,184); }

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

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

 span { border-color: rgb(167,120,184); }

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