#A691B2

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

Shades of East Side #A691B2

Tints of East Side #A691B2

Color information

#A691B2 (or 0xA691B2) is unknown color: approx East Side. HEX triplet: A6, 91 and B2. RGB value is (166,145,178). Sum of RGB (Red+Green+Blue) = 166+145+178=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 178 - color contains mainly: blue. Hex color #A691B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A691B2 is #596E4D. Grayscale: #9A9A9A. Windows color (decimal): -5860942 or 11702694. OLE color: 11702694.

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

Color convert

RGB166145178-
CMYK0.070.1900.30
HSL278.18º17.65%63.33%-
HSV(B)278.18º18.54%69.8%-
XYZ33.8931.5746.43-
YUV155.04140.96135.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 145 (57.03% from 255) = 29.65%
BLUE value IS 178 (69.92% from 255) = 36.40%
R=33.95%
G=29.65%
B=36.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661451780.070.1900.30278.1817.6563.33
HexA691B271301E116123f
Octal2462212627230364262277
Binary1010011010010001101100101111001101111010001011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A691B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A691B2; }

 p { color: rgb(166,145,178); }

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

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

 a { background-color: rgb(166,145,178); }

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

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

 span { border-color: rgb(166,145,178); }

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