#A976B7

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

Shades of East Side #A976B7

Tints of East Side #A976B7

Color information

#A976B7 (or 0xA976B7) is unknown color: approx East Side. HEX triplet: A9, 76 and B7. RGB value is (169,118,183). Sum of RGB (Red+Green+Blue) = 169+118+183=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 183 - color contains mainly: blue. Hex color #A976B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976B7 is #568948. Grayscale: #8C8C8C. Windows color (decimal): -5671241 or 12023465. OLE color: 12023465.

HSL color Cylindrical-coordinate representation of color #A976B7: hue angle of 287.08º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A976B7 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB169118183-
CMYK0.080.3600.28
HSL287.08º31.1%59.02%-
HSV(B)287.08º35.52%71.76%-
XYZ31.3924.8147.93-
YUV140.66151.9148.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.96%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 183 (71.88% from 255) = 38.94%
R=35.96%
G=25.11%
B=38.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691181830.080.3600.28287.0831.159.02
HexA976B782401C11f1f3b
Octal25116626710440344373773
Binary10101001111011010110111100010010001110010001111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976B7; }

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

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

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

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

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

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

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

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