#A49FBB

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

Shades of Logan #A49FBB

Tints of Logan #A49FBB

Color information

#A49FBB (or 0xA49FBB) is unknown color: approx Logan. HEX triplet: A4, 9F and BB. RGB value is (164,159,187). Sum of RGB (Red+Green+Blue) = 164+159+187=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #A49FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FBB is #5B6044. Grayscale: #A3A3A3. Windows color (decimal): -5988421 or 12296100. OLE color: 12296100.

HSL color Cylindrical-coordinate representation of color #A49FBB: hue angle of 250.71º 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 #A49FBB is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164159187-
CMYK0.120.1500.27
HSL250.71º17.07%67.84%-
HSV(B)250.71º14.97%73.33%-
XYZ36.6836.2852.08-
YUV163.69141.16128.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=32.16%
G=31.18%
B=36.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641591870.120.1500.27250.7117.0767.84
HexA49FBBCF01Bfb1144
Octal244237273141703337321104
Binary1010010010011111101110111100111101101111111011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FBB; }

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

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

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

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

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

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

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

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