#A49CBD

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

Shades of Logan #A49CBD

Tints of Logan #A49CBD

Color information

#A49CBD (or 0xA49CBD) is unknown color: approx Logan. HEX triplet: A4, 9C and BD. RGB value is (164,156,189). Sum of RGB (Red+Green+Blue) = 164+156+189=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #A49CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CBD is #5B6342. Grayscale: #A2A2A2. Windows color (decimal): -5989187 or 12426404. OLE color: 12426404.

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

Color convert

RGB164156189-
CMYK0.130.1700.26
HSL254.55º20%67.65%-
HSV(B)254.55º17.46%74.12%-
XYZ36.3835.3453.05-
YUV162.15143.15129.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=32.22%
G=30.65%
B=37.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641561890.130.1700.26254.552067.65
HexA49CBDD1101Aff1444
Octal244234275152103237724104
Binary10100100100111001011110111011000101101011111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CBD; }

 p { color: rgb(164,156,189); }

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

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

 a { background-color: rgb(164,156,189); }

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

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

 span { border-color: rgb(164,156,189); }

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