#A976B5

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

Shades of East Side #A976B5

Tints of East Side #A976B5

Color information

#A976B5 (or 0xA976B5) is unknown color: approx East Side. HEX triplet: A9, 76 and B5. RGB value is (169,118,181). Sum of RGB (Red+Green+Blue) = 169+118+181=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 181 - color contains mainly: blue. Hex color #A976B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976B5 is #56894A. Grayscale: #8C8C8C. Windows color (decimal): -5671243 or 11892393. OLE color: 11892393.

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

Color convert

RGB169118181-
CMYK0.070.3500.29
HSL288.57º29.86%58.63%-
HSV(B)288.57º34.81%70.98%-
XYZ31.1824.7346.85-
YUV140.43150.9148.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=36.11%
G=25.21%
B=38.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691181810.070.3500.29288.5729.8658.63
HexA976B572301D1211e3b
Octal2511662657430354413673
Binary1010100111101101011010111110001101110110010000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976B5; }

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

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

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

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

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

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

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

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