#A976BA

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

Shades of East Side #A976BA

Tints of East Side #A976BA

Color information

#A976BA (or 0xA976BA) is unknown color: approx East Side. HEX triplet: A9, 76 and BA. RGB value is (169,118,186). Sum of RGB (Red+Green+Blue) = 169+118+186=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #A976BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976BA is #568945. Grayscale: #8C8C8C. Windows color (decimal): -5671238 or 12220073. OLE color: 12220073.

HSL color Cylindrical-coordinate representation of color #A976BA: hue angle of 285º degrees, saturation: 0.33, 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 #A976BA is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169118186-
CMYK0.090.3700.27
HSL285º33.01%59.61%-
HSV(B)285º36.56%72.94%-
XYZ31.724.9449.6-
YUV141153.4147.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=35.73%
G=24.95%
B=39.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691181860.090.3700.2728533.0159.61
HexA976BA92501B11d213c
Octal25116627211450334354174
Binary101010011110110101110101001100101011011100011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976BA; }

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

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

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

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

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

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

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

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