#A59FBC

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

Shades of Logan #A59FBC

Tints of Logan #A59FBC

Color information

#A59FBC (or 0xA59FBC) is unknown color: approx Logan. HEX triplet: A5, 9F and BC. RGB value is (165,159,188). Sum of RGB (Red+Green+Blue) = 165+159+188=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #A59FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FBC is #5A6043. Grayscale: #A3A3A3. Windows color (decimal): -5922884 or 12361637. OLE color: 12361637.

HSL color Cylindrical-coordinate representation of color #A59FBC: hue angle of 252.41º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A59FBC is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165159188-
CMYK0.120.1500.26
HSL252.41º17.79%68.04%-
HSV(B)252.41º15.43%73.73%-
XYZ36.9936.4352.66-
YUV164.1141.49128.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=32.23%
G=31.05%
B=36.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651591880.120.1500.26252.4117.7968.04
HexA59FBCCF01Afc1244
Octal245237274141703237422104
Binary1010010110011111101111001100111101101011111100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FBC; }

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

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

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

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

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

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

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

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