#A9AABE

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

Shades of Logan #A9AABE

Tints of Logan #A9AABE

Color information

#A9AABE (or 0xA9AABE) is unknown color: approx Logan. HEX triplet: A9, AA and BE. RGB value is (169,170,190). Sum of RGB (Red+Green+Blue) = 169+170+190=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AABE is #565541. Grayscale: #ABABAB. Windows color (decimal): -5657922 or 12495529. OLE color: 12495529.

HSL color Cylindrical-coordinate representation of color #A9AABE: hue angle of 237.14º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9AABE is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169170190-
CMYK0.110.1100.25
HSL237.14º13.91%70.39%-
HSV(B)237.14º11.05%74.51%-
XYZ40.0340.954.5-
YUV171.98138.17125.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=31.95%
G=32.14%
B=35.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691701900.110.1100.25237.1413.9170.39
HexA9AABEBB019ede46
Octal251252276131303135516106
Binary101010011010101010111110101110110110011110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AABE; }

 p { color: rgb(169,170,190); }

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

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

 a { background-color: rgb(169,170,190); }

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

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

 span { border-color: rgb(169,170,190); }

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