#A976B9

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

Shades of East Side #A976B9

Tints of East Side #A976B9

Color information

#A976B9 (or 0xA976B9) is unknown color: approx East Side. HEX triplet: A9, 76 and B9. RGB value is (169,118,185). Sum of RGB (Red+Green+Blue) = 169+118+185=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 185 - color contains mainly: blue. Hex color #A976B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976B9 is #568946. Grayscale: #8C8C8C. Windows color (decimal): -5671239 or 12154537. OLE color: 12154537.

HSL color Cylindrical-coordinate representation of color #A976B9: hue angle of 285.67º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A976B9 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169118185-
CMYK0.090.3600.27
HSL285.67º32.37%59.41%-
HSV(B)285.67º36.22%72.55%-
XYZ31.624.8949.04-
YUV140.89152.9148.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 118 (46.48% from 255) = 25%
BLUE value IS 185 (72.66% from 255) = 39.19%
R=35.81%
G=25%
B=39.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691181850.090.3600.27285.6732.3759.41
HexA976B992401B11e203b
Octal25116627111440334364073
Binary101010011110110101110011001100100011011100011110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976B9; }

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

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

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

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

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

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

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

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