#A97EBB

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

Shades of East Side #A97EBB

Tints of East Side #A97EBB

Color information

#A97EBB (or 0xA97EBB) is unknown color: approx East Side. HEX triplet: A9, 7E and BB. RGB value is (169,126,187). Sum of RGB (Red+Green+Blue) = 169+126+187=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #A97EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97EBB is #568144. Grayscale: #919191. Windows color (decimal): -5669189 or 12287657. OLE color: 12287657.

HSL color Cylindrical-coordinate representation of color #A97EBB: hue angle of 282.3º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97EBB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169126187-
CMYK0.100.3300.27
HSL282.3º30.96%61.37%-
HSV(B)282.3º32.62%73.33%-
XYZ32.7926.9450.49-
YUV145.81151.25144.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 126 (49.61% from 255) = 26.14%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=35.06%
G=26.14%
B=38.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691261870.100.3300.27282.330.9661.37
HexA97EBBA2101B11a1f3d
Octal25117627312410334323775
Binary10101001111111010111011101010000101101110001101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97EBB; }

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

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

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

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

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

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

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

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