#A59FBD

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

Shades of Logan #A59FBD

Tints of Logan #A59FBD

Color information

#A59FBD (or 0xA59FBD) is unknown color: approx Logan. HEX triplet: A5, 9F and BD. RGB value is (165,159,189). Sum of RGB (Red+Green+Blue) = 165+159+189=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #A59FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FBD is #5A6042. Grayscale: #A4A4A4. Windows color (decimal): -5922883 or 12427173. OLE color: 12427173.

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

Color convert

RGB165159189-
CMYK0.130.1600.26
HSL252º18.52%68.24%-
HSV(B)252º15.87%74.12%-
XYZ37.136.4753.23-
YUV164.21141.99128.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=32.16%
G=30.99%
B=36.84%

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
Decimal1651591890.130.1600.2625218.5268.24
HexA59FBDD1001Afc1344
Octal245237275152003237423104
Binary10100101100111111011110111011000001101011111100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FBD; }

 p { color: rgb(165,159,189); }

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

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

 a { background-color: rgb(165,159,189); }

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

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

 span { border-color: rgb(165,159,189); }

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