#A09CBF

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

Shades of Logan #A09CBF

Tints of Logan #A09CBF

Color information

#A09CBF (or 0xA09CBF) is unknown color: approx Logan. HEX triplet: A0, 9C and BF. RGB value is (160,156,191). Sum of RGB (Red+Green+Blue) = 160+156+191=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #A09CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CBF is #5F6340. Grayscale: #A1A1A1. Windows color (decimal): -6251329 or 12557472. OLE color: 12557472.

HSL color Cylindrical-coordinate representation of color #A09CBF: hue angle of 246.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A09CBF is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160156191-
CMYK0.160.1800.25
HSL246.86º21.47%68.04%-
HSV(B)246.86º18.32%74.9%-
XYZ35.7935.0154.16-
YUV161.19144.83127.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 156 (61.33% from 255) = 30.77%
BLUE value IS 191 (75% from 255) = 37.67%
R=31.56%
G=30.77%
B=37.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601561910.160.1800.25246.8621.4768.04
HexA09CBF1012019f71544
Octal240234277202203136725104
Binary101000001001110010111111100001001001100111110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CBF; }

 p { color: rgb(160,156,191); }

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

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

 a { background-color: rgb(160,156,191); }

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

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

 span { border-color: rgb(160,156,191); }

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