#A97BBB

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

Shades of East Side #A97BBB

Tints of East Side #A97BBB

Color information

#A97BBB (or 0xA97BBB) is unknown color: approx East Side. HEX triplet: A9, 7B and BB. RGB value is (169,123,187). Sum of RGB (Red+Green+Blue) = 169+123+187=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #A97BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97BBB is #568444. Grayscale: #8F8F8F. Windows color (decimal): -5669957 or 12286889. OLE color: 12286889.

HSL color Cylindrical-coordinate representation of color #A97BBB: hue angle of 283.12º degrees, saturation: 0.32, 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 #A97BBB is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169123187-
CMYK0.100.3400.27
HSL283.12º32%60.78%-
HSV(B)283.12º34.22%73.33%-
XYZ32.4126.1950.36-
YUV144.05152.24145.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 123 (48.44% from 255) = 25.68%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=35.28%
G=25.68%
B=39.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691231870.100.3400.27283.123260.78
HexA97BBBA2201B11b203d
Octal25117327312420334334075
Binary101010011111011101110111010100010011011100011011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97BBB; }

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

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

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

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

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

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

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

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