#A97BB7

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

Shades of East Side #A97BB7

Tints of East Side #A97BB7

Color information

#A97BB7 (or 0xA97BB7) is unknown color: approx East Side. HEX triplet: A9, 7B and B7. RGB value is (169,123,183). Sum of RGB (Red+Green+Blue) = 169+123+183=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 183 - color contains mainly: blue. Hex color #A97BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BB7 is #568448. Grayscale: #8F8F8F. Windows color (decimal): -5669961 or 12024745. OLE color: 12024745.

HSL color Cylindrical-coordinate representation of color #A97BB7: hue angle of 286º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97BB7 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB169123183-
CMYK0.080.3300.28
HSL286º29.41%60%-
HSV(B)286º32.79%71.76%-
XYZ31.9926.0248.14-
YUV143.59150.24146.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 183 (71.88% from 255) = 38.53%
R=35.58%
G=25.89%
B=38.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691231830.080.3300.2828629.4160
HexA97BB782101C11e1d3c
Octal25117326710410344363574
Binary10101001111101110110111100010000101110010001111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97BB7; }

 p { color: rgb(169,123,183); }

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

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

 a { background-color: rgb(169,123,183); }

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

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

 span { border-color: rgb(169,123,183); }

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