#A09FBB

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

Shades of Logan #A09FBB

Tints of Logan #A09FBB

Color information

#A09FBB (or 0xA09FBB) is unknown color: approx Logan. HEX triplet: A0, 9F and BB. RGB value is (160,159,187). Sum of RGB (Red+Green+Blue) = 160+159+187=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #A09FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FBB is #5F6044. Grayscale: #A2A2A2. Windows color (decimal): -6250565 or 12296096. OLE color: 12296096.

HSL color Cylindrical-coordinate representation of color #A09FBB: hue angle of 242.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A09FBB is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160159187-
CMYK0.140.1500.27
HSL242.14º17.07%67.84%-
HSV(B)242.14º14.97%73.33%-
XYZ35.8635.8652.04-
YUV162.49141.83126.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 159 (62.5% from 255) = 31.42%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=31.62%
G=31.42%
B=36.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601591870.140.1500.27242.1417.0767.84
HexA09FBBEF01Bf21144
Octal240237273161703336221104
Binary1010000010011111101110111110111101101111110010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FBB; }

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

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

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

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

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

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

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

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