#A775BB

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

Shades of East Side #A775BB

Tints of East Side #A775BB

Color information

#A775BB (or 0xA775BB) is unknown color: approx East Side. HEX triplet: A7, 75 and BB. RGB value is (167,117,187). Sum of RGB (Red+Green+Blue) = 167+117+187=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #A775BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A775BB is #588A44. Grayscale: #8B8B8B. Windows color (decimal): -5802565 or 12285351. OLE color: 12285351.

HSL color Cylindrical-coordinate representation of color #A775BB: hue angle of 282.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A775BB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB167117187-
CMYK0.110.3700.27
HSL282.86º33.98%59.61%-
HSV(B)282.86º37.43%73.33%-
XYZ31.2724.5350.1-
YUV139.93154.56147.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=35.46%
G=24.84%
B=39.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671171870.110.3700.27282.8633.9859.61
HexA775BBB2501B11b223c
Octal24716527313450334334274
Binary101001111110101101110111011100101011011100011011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775BB; }

 p { color: rgb(167,117,187); }

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

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

 a { background-color: rgb(167,117,187); }

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

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

 span { border-color: rgb(167,117,187); }

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