#A49EBD

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

Shades of Logan #A49EBD

Tints of Logan #A49EBD

Color information

#A49EBD (or 0xA49EBD) is unknown color: approx Logan. HEX triplet: A4, 9E and BD. RGB value is (164,158,189). Sum of RGB (Red+Green+Blue) = 164+158+189=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #A49EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EBD is #5B6142. Grayscale: #A3A3A3. Windows color (decimal): -5988675 or 12426916. OLE color: 12426916.

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

Color convert

RGB164158189-
CMYK0.130.1600.26
HSL251.61º19.02%68.04%-
HSV(B)251.61º16.4%74.12%-
XYZ36.7236.0253.16-
YUV163.33142.49128.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=32.09%
G=30.92%
B=36.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641581890.130.1600.26251.6119.0268.04
HexA49EBDD1001Afc1344
Octal244236275152003237423104
Binary10100100100111101011110111011000001101011111100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EBD; }

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

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

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

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

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

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

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

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