#A49DBA

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

Shades of Logan #A49DBA

Tints of Logan #A49DBA

Color information

#A49DBA (or 0xA49DBA) is unknown color: approx Logan. HEX triplet: A4, 9D and BA. RGB value is (164,157,186). Sum of RGB (Red+Green+Blue) = 164+157+186=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #A49DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DBA is #5B6245. Grayscale: #A2A2A2. Windows color (decimal): -5988934 or 12230052. OLE color: 12230052.

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

Color convert

RGB164157186-
CMYK0.120.1600.27
HSL254.48º17.37%67.25%-
HSV(B)254.48º15.59%72.94%-
XYZ36.2335.5551.41-
YUV162.4141.32129.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=32.35%
G=30.97%
B=36.69%

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
Decimal1641571860.120.1600.27254.4817.3767.25
HexA49DBAC1001Bfe1143
Octal244235272142003337621103
Binary10100100100111011011101011001000001101111111110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DBA; }

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

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

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

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

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

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

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

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