#A77EAF

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

Shades of East Side #A77EAF

Tints of East Side #A77EAF

Color information

#A77EAF (or 0xA77EAF) is unknown color: approx East Side. HEX triplet: A7, 7E and AF. RGB value is (167,126,175). Sum of RGB (Red+Green+Blue) = 167+126+175=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #A77EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77EAF is #588150. Grayscale: #8F8F8F. Windows color (decimal): -5800273 or 11501223. OLE color: 11501223.

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

Color convert

RGB167126175-
CMYK0.050.2800.31
HSL290.2º23.44%59.02%-
HSV(B)290.2º28%68.63%-
XYZ31.1426.2343.98-
YUV143.84145.58144.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.68%
GREEN value IS 126 (49.61% from 255) = 26.92%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=35.68%
G=26.92%
B=37.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671261750.050.2800.31290.223.4459.02
HexA77EAF51C01F122173b
Octal2471762575340374422773
Binary101001111111110101011111011110001111110010001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77EAF; }

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

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

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

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

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

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

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

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