#A974B4

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

Shades of East Side #A974B4

Tints of East Side #A974B4

Color information

#A974B4 (or 0xA974B4) is unknown color: approx East Side. HEX triplet: A9, 74 and B4. RGB value is (169,116,180). Sum of RGB (Red+Green+Blue) = 169+116+180=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #A974B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A974B4 is #568B4B. Grayscale: #8A8A8A. Windows color (decimal): -5671756 or 11826345. OLE color: 11826345.

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

Color convert

RGB169116180-
CMYK0.060.3600.29
HSL289.69º29.91%58.04%-
HSV(B)289.69º35.56%70.59%-
XYZ30.8524.2246.23-
YUV139.14151.06149.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=36.34%
G=24.95%
B=38.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691161800.060.3600.29289.6929.9158.04
HexA974B462401D1221e3a
Octal2511642646440354423672
Binary1010100111101001011010011010010001110110010001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A974B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A974B4; }

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

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

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

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

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

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

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

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