#A97EB1

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

Shades of East Side #A97EB1

Tints of East Side #A97EB1

Color information

#A97EB1 (or 0xA97EB1) is unknown color: approx East Side. HEX triplet: A9, 7E and B1. RGB value is (169,126,177). Sum of RGB (Red+Green+Blue) = 169+126+177=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 177 - color contains mainly: blue. Hex color #A97EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97EB1 is #56814E. Grayscale: #909090. Windows color (decimal): -5669199 or 11632297. OLE color: 11632297.

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

Color convert

RGB169126177-
CMYK0.050.2900.31
HSL290.59º24.64%59.41%-
HSV(B)290.59º28.81%69.41%-
XYZ31.7626.5345.04-
YUV144.67146.25145.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=35.81%
G=26.69%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691261770.050.2900.31290.5924.6459.41
HexA97EB151D01F123193b
Octal2511762615350374433173
Binary101010011111110101100011011110101111110010001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97EB1; }

 p { color: rgb(169,126,177); }

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

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

 a { background-color: rgb(169,126,177); }

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

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

 span { border-color: rgb(169,126,177); }

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