#A97FBB

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

Shades of East Side #A97FBB

Tints of East Side #A97FBB

Color information

#A97FBB (or 0xA97FBB) is unknown color: approx East Side. HEX triplet: A9, 7F and BB. RGB value is (169,127,187). Sum of RGB (Red+Green+Blue) = 169+127+187=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #A97FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97FBB is #568044. Grayscale: #929292. Windows color (decimal): -5668933 or 12287913. OLE color: 12287913.

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

Color convert

RGB169127187-
CMYK0.100.3200.27
HSL282º30.61%61.57%-
HSV(B)282º32.09%73.33%-
XYZ32.9227.250.53-
YUV146.4150.91144.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=34.99%
G=26.29%
B=38.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691271870.100.3200.2728230.6161.57
HexA97FBBA2001B11a1f3e
Octal25117727312400334323776
Binary10101001111111110111011101010000001101110001101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97FBB; }

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

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

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

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

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

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

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

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