#A994B5

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

Shades of East Side #A994B5

Tints of East Side #A994B5

Color information

#A994B5 (or 0xA994B5) is unknown color: approx East Side. HEX triplet: A9, 94 and B5. RGB value is (169,148,181). Sum of RGB (Red+Green+Blue) = 169+148+181=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 181 - color contains mainly: blue. Hex color #A994B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994B5 is #566B4A. Grayscale: #9D9D9D. Windows color (decimal): -5663563 or 11900073. OLE color: 11900073.

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

Color convert

RGB169148181-
CMYK0.070.1800.29
HSL278.18º18.23%64.51%-
HSV(B)278.18º18.23%70.98%-
XYZ35.2932.9548.22-
YUV158.04140.96135.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 148 (58.20% from 255) = 29.72%
BLUE value IS 181 (71.09% from 255) = 36.35%
R=33.94%
G=29.72%
B=36.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691481810.070.1800.29278.1818.2364.51
HexA994B571201D1161241
Octal25122426572203542622101
Binary10101001100101001011010111110010011101100010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994B5; }

 p { color: rgb(169,148,181); }

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

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

 a { background-color: rgb(169,148,181); }

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

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

 span { border-color: rgb(169,148,181); }

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