#A97CB6

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

Shades of East Side #A97CB6

Tints of East Side #A97CB6

Color information

#A97CB6 (or 0xA97CB6) is unknown color: approx East Side. HEX triplet: A9, 7C and B6. RGB value is (169,124,182). Sum of RGB (Red+Green+Blue) = 169+124+182=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 182 - color contains mainly: blue. Hex color #A97CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97CB6 is #568349. Grayscale: #8F8F8F. Windows color (decimal): -5669706 or 11959465. OLE color: 11959465.

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

Color convert

RGB169124182-
CMYK0.070.3200.29
HSL286.55º28.43%60%-
HSV(B)286.55º31.87%71.37%-
XYZ32.0126.2347.63-
YUV144.07149.41145.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=35.58%
G=26.11%
B=38.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691241820.070.3200.29286.5528.4360
HexA97CB672001D11f1c3c
Octal2511742667400354373474
Binary1010100111111001011011011110000001110110001111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97CB6; }

 p { color: rgb(169,124,182); }

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

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

 a { background-color: rgb(169,124,182); }

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

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

 span { border-color: rgb(169,124,182); }

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