#A976C3

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

Shades of East Side #A976C3

Tints of East Side #A976C3

Color information

#A976C3 (or 0xA976C3) is unknown color: approx East Side. HEX triplet: A9, 76 and C3. RGB value is (169,118,195). Sum of RGB (Red+Green+Blue) = 169+118+195=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #A976C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976C3 is #56893C. Grayscale: #8D8D8D. Windows color (decimal): -5671229 or 12809897. OLE color: 12809897.

HSL color Cylindrical-coordinate representation of color #A976C3: hue angle of 279.74º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A976C3 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169118195-
CMYK0.130.3900.24
HSL279.74º39.09%61.37%-
HSV(B)279.74º39.49%76.47%-
XYZ32.6925.3354.8-
YUV142.03157.9147.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 195 (76.56% from 255) = 40.46%
R=35.06%
G=24.48%
B=40.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691181950.130.3900.24279.7439.0961.37
HexA976C3D27018118273d
Octal25116630315470304304775
Binary101010011110110110000111101100111011000100011000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976C3; }

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

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

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

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

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

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

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

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