#A09FBC

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

Shades of Logan #A09FBC

Tints of Logan #A09FBC

Color information

#A09FBC (or 0xA09FBC) is unknown color: approx Logan. HEX triplet: A0, 9F and BC. RGB value is (160,159,188). Sum of RGB (Red+Green+Blue) = 160+159+188=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #A09FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FBC is #5F6043. Grayscale: #A2A2A2. Windows color (decimal): -6250564 or 12361632. OLE color: 12361632.

HSL color Cylindrical-coordinate representation of color #A09FBC: hue angle of 242.07º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A09FBC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160159188-
CMYK0.150.1500.26
HSL242.07º17.79%68.04%-
HSV(B)242.07º15.43%73.73%-
XYZ35.9735.952.61-
YUV162.61142.33126.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=31.56%
G=31.36%
B=37.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601591880.150.1500.26242.0717.7968.04
HexA09FBCFF01Af21244
Octal240237274171703236222104
Binary1010000010011111101111001111111101101011110010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09FBC; }

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

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

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

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

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

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

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

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