#A49DBC

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

Shades of Logan #A49DBC

Tints of Logan #A49DBC

Color information

#A49DBC (or 0xA49DBC) is unknown color: approx Logan. HEX triplet: A4, 9D and BC. RGB value is (164,157,188). Sum of RGB (Red+Green+Blue) = 164+157+188=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #A49DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DBC is #5B6243. Grayscale: #A2A2A2. Windows color (decimal): -5988932 or 12361124. OLE color: 12361124.

HSL color Cylindrical-coordinate representation of color #A49DBC: hue angle of 253.55º 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 #A49DBC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164157188-
CMYK0.130.1600.26
HSL253.55º18.79%67.65%-
HSV(B)253.55º16.49%73.73%-
XYZ36.4435.6452.53-
YUV162.63142.32128.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 157 (61.72% from 255) = 30.84%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=32.22%
G=30.84%
B=36.94%

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
Decimal1641571880.130.1600.26253.5518.7967.65
HexA49DBCD1001Afe1344
Octal244235274152003237623104
Binary10100100100111011011110011011000001101011111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DBC; }

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

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

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

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

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

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

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

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