#A976BB

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

Shades of East Side #A976BB

Tints of East Side #A976BB

Color information

#A976BB (or 0xA976BB) is unknown color: approx East Side. HEX triplet: A9, 76 and BB. RGB value is (169,118,187). Sum of RGB (Red+Green+Blue) = 169+118+187=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #A976BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976BB is #568944. Grayscale: #8C8C8C. Windows color (decimal): -5671237 or 12285609. OLE color: 12285609.

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

Color convert

RGB169118187-
CMYK0.100.3700.27
HSL284.35º33.66%59.8%-
HSV(B)284.35º36.9%73.33%-
XYZ31.8124.9850.16-
YUV141.12153.9147.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 118 (46.48% from 255) = 24.89%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=35.65%
G=24.89%
B=39.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691181870.100.3700.27284.3533.6659.8
HexA976BBA2501B11c223c
Octal25116627312450334344274
Binary101010011110110101110111010100101011011100011100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976BB; }

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

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

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

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

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

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

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

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