#A09FB4

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

Shades of Logan #A09FB4

Tints of Logan #A09FB4

Color information

#A09FB4 (or 0xA09FB4) is unknown color: approx Logan. HEX triplet: A0, 9F and B4. RGB value is (160,159,180). Sum of RGB (Red+Green+Blue) = 160+159+180=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #A09FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FB4 is #5F604B. Grayscale: #A1A1A1. Windows color (decimal): -6250572 or 11837344. OLE color: 11837344.

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

Color convert

RGB160159180-
CMYK0.110.1200.29
HSL242.86º12.28%66.47%-
HSV(B)242.86º11.67%70.59%-
XYZ35.1335.5748.19-
YUV161.69138.33126.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=32.06%
G=31.86%
B=36.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601591800.110.1200.29242.8612.2866.47
HexA09FB4BC01Df3c42
Octal240237264131403536314102
Binary101000001001111110110100101111000111011111001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FB4; }

 p { color: rgb(160,159,180); }

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

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

 a { background-color: rgb(160,159,180); }

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

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

 span { border-color: rgb(160,159,180); }

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