#A694B4

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

Shades of East Side #A694B4

Tints of East Side #A694B4

Color information

#A694B4 (or 0xA694B4) is unknown color: approx East Side. HEX triplet: A6, 94 and B4. RGB value is (166,148,180). Sum of RGB (Red+Green+Blue) = 166+148+180=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 180 - color contains mainly: blue. Hex color #A694B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694B4 is #596B4B. Grayscale: #9C9C9C. Windows color (decimal): -5860172 or 11834534. OLE color: 11834534.

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

Color convert

RGB166148180-
CMYK0.080.1800.29
HSL273.75º17.58%64.31%-
HSV(B)273.75º17.78%70.59%-
XYZ34.5532.5847.65-
YUV157.03140.96134.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 180 (70.70% from 255) = 36.44%
R=33.60%
G=29.96%
B=36.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661481800.080.1800.29273.7517.5864.31
HexA694B481201D1121240
Octal246224264102203542222100
Binary101001101001010010110100100010010011101100010010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A694B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A694B4; }

 p { color: rgb(166,148,180); }

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

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

 a { background-color: rgb(166,148,180); }

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

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

 span { border-color: rgb(166,148,180); }

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