#A77FAF

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

Shades of East Side #A77FAF

Tints of East Side #A77FAF

Color information

#A77FAF (or 0xA77FAF) is unknown color: approx East Side. HEX triplet: A7, 7F and AF. RGB value is (167,127,175). Sum of RGB (Red+Green+Blue) = 167+127+175=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #A77FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77FAF is #588050. Grayscale: #909090. Windows color (decimal): -5800017 or 11501479. OLE color: 11501479.

HSL color Cylindrical-coordinate representation of color #A77FAF: hue angle of 290º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A77FAF is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB167127175-
CMYK0.050.2700.31
HSL290º23.08%59.22%-
HSV(B)290º27.43%68.63%-
XYZ31.2626.4944.02-
YUV144.43145.25144.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=35.61%
G=27.08%
B=37.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671271750.050.2700.3129023.0859.22
HexA77FAF51B01F122173b
Octal2471772575330374422773
Binary101001111111111101011111011101101111110010001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77FAF; }

 p { color: rgb(167,127,175); }

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

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

 a { background-color: rgb(167,127,175); }

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

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

 span { border-color: rgb(167,127,175); }

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