#A69BB0

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

Shades of East Side #A69BB0

Tints of East Side #A69BB0

Color information

#A69BB0 (or 0xA69BB0) is unknown color: approx East Side. HEX triplet: A6, 9B and B0. RGB value is (166,155,176). Sum of RGB (Red+Green+Blue) = 166+155+176=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 176 - color contains mainly: blue. Hex color #A69BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69BB0 is #59644F. Grayscale: #A0A0A0. Windows color (decimal): -5858384 or 11574182. OLE color: 11574182.

HSL color Cylindrical-coordinate representation of color #A69BB0: hue angle of 271.43º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A69BB0 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166155176-
CMYK0.060.1200.31
HSL271.43º11.73%64.9%-
HSV(B)271.43º11.93%69.02%-
XYZ35.2834.6845.91-
YUV160.68136.64131.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 155 (60.94% from 255) = 31.19%
BLUE value IS 176 (69.14% from 255) = 35.41%
R=33.40%
G=31.19%
B=35.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661551760.060.1200.31271.4311.7364.9
HexA69BB06C01F10fc41
Octal24623326061403741714101
Binary101001101001101110110000110110001111110000111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BB0; }

 p { color: rgb(166,155,176); }

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

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

 a { background-color: rgb(166,155,176); }

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

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

 span { border-color: rgb(166,155,176); }

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