#A39FBB

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

Shades of Logan #A39FBB

Tints of Logan #A39FBB

Color information

#A39FBB (or 0xA39FBB) is unknown color: approx Logan. HEX triplet: A3, 9F and BB. RGB value is (163,159,187). Sum of RGB (Red+Green+Blue) = 163+159+187=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #A39FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FBB is #5C6044. Grayscale: #A3A3A3. Windows color (decimal): -6053957 or 12296099. OLE color: 12296099.

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

Color convert

RGB163159187-
CMYK0.130.1500.27
HSL248.57º17.07%67.84%-
HSV(B)248.57º14.97%73.33%-
XYZ36.4736.1752.07-
YUV163.39141.33127.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 159 (62.5% from 255) = 31.24%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=32.02%
G=31.24%
B=36.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631591870.130.1500.27248.5717.0767.84
HexA39FBBDF01Bf91144
Octal243237273151703337121104
Binary1010001110011111101110111101111101101111111001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FBB; }

 p { color: rgb(163,159,187); }

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

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

 a { background-color: rgb(163,159,187); }

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

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

 span { border-color: rgb(163,159,187); }

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