#A97BBA

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

Shades of East Side #A97BBA

Tints of East Side #A97BBA

Color information

#A97BBA (or 0xA97BBA) is unknown color: approx East Side. HEX triplet: A9, 7B and BA. RGB value is (169,123,186). Sum of RGB (Red+Green+Blue) = 169+123+186=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #A97BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BBA is #568445. Grayscale: #8F8F8F. Windows color (decimal): -5669958 or 12221353. OLE color: 12221353.

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

Color convert

RGB169123186-
CMYK0.090.3400.27
HSL283.81º31.34%60.59%-
HSV(B)283.81º33.87%72.94%-
XYZ32.3126.1549.8-
YUV143.94151.74145.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=35.36%
G=25.73%
B=38.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691231860.090.3400.27283.8131.3460.59
HexA97BBA92201B11c1f3d
Octal25117327211420334343775
Binary10101001111101110111010100110001001101110001110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97BBA; }

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

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

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

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

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

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

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

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