#A49DBB

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

Shades of Logan #A49DBB

Tints of Logan #A49DBB

Color information

#A49DBB (or 0xA49DBB) is unknown color: approx Logan. HEX triplet: A4, 9D and BB. RGB value is (164,157,187). Sum of RGB (Red+Green+Blue) = 164+157+187=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #A49DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DBB is #5B6244. Grayscale: #A2A2A2. Windows color (decimal): -5988933 or 12295588. OLE color: 12295588.

HSL color Cylindrical-coordinate representation of color #A49DBB: hue angle of 254º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A49DBB is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164157187-
CMYK0.120.1600.27
HSL254º18.07%67.45%-
HSV(B)254º16.04%73.33%-
XYZ36.3435.5951.97-
YUV162.51141.82129.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.28%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=32.28%
G=30.91%
B=36.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641571870.120.1600.2725418.0767.45
HexA49DBBC1001Bfe1243
Octal244235273142003337622103
Binary10100100100111011011101111001000001101111111110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DBB; }

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

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

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

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

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

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

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

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