#A976B4

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

Shades of East Side #A976B4

Tints of East Side #A976B4

Color information

#A976B4 (or 0xA976B4) is unknown color: approx East Side. HEX triplet: A9, 76 and B4. RGB value is (169,118,180). Sum of RGB (Red+Green+Blue) = 169+118+180=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: blue. Hex color #A976B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976B4 is #56894B. Grayscale: #8C8C8C. Windows color (decimal): -5671244 or 11826857. OLE color: 11826857.

HSL color Cylindrical-coordinate representation of color #A976B4: hue angle of 289.35º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A976B4 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169118180-
CMYK0.060.3400.29
HSL289.35º29.25%58.43%-
HSV(B)289.35º34.44%70.59%-
XYZ31.0824.6946.31-
YUV140.32150.4148.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.19%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=36.19%
G=25.27%
B=38.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691181800.060.3400.29289.3529.2558.43
HexA976B462201D1211d3a
Octal2511662646420354413572
Binary1010100111101101011010011010001001110110010000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976B4; }

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

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

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

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

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

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

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

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