#A59EBC

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

Shades of Logan #A59EBC

Tints of Logan #A59EBC

Color information

#A59EBC (or 0xA59EBC) is unknown color: approx Logan. HEX triplet: A5, 9E and BC. RGB value is (165,158,188). Sum of RGB (Red+Green+Blue) = 165+158+188=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #A59EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EBC is #5A6143. Grayscale: #A3A3A3. Windows color (decimal): -5923140 or 12361381. OLE color: 12361381.

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

Color convert

RGB165158188-
CMYK0.120.1600.26
HSL254º18.29%67.84%-
HSV(B)254º15.96%73.73%-
XYZ36.8236.0852.6-
YUV163.51141.82129.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=32.29%
G=30.92%
B=36.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651581880.120.1600.2625418.2967.84
HexA59EBCC1001Afe1244
Octal245236274142003237622104
Binary10100101100111101011110011001000001101011111110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59EBC; }

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

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

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

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

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

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

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

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