#A49FBE

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

Shades of Logan #A49FBE

Tints of Logan #A49FBE

Color information

#A49FBE (or 0xA49FBE) is unknown color: approx Logan. HEX triplet: A4, 9F and BE. RGB value is (164,159,190). Sum of RGB (Red+Green+Blue) = 164+159+190=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #A49FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FBE is #5B6041. Grayscale: #A3A3A3. Windows color (decimal): -5988418 or 12492708. OLE color: 12492708.

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

Color convert

RGB164159190-
CMYK0.140.1600.25
HSL249.68º19.25%68.43%-
HSV(B)249.68º16.32%74.51%-
XYZ3736.4153.79-
YUV164.03142.66127.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=31.97%
G=30.99%
B=37.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641591900.140.1600.25249.6819.2568.43
HexA49FBEE10019fa1344
Octal244237276162003137223104
Binary10100100100111111011111011101000001100111111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FBE; }

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

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

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

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

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

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

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

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