#A59EBD

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

Shades of Logan #A59EBD

Tints of Logan #A59EBD

Color information

#A59EBD (or 0xA59EBD) is unknown color: approx Logan. HEX triplet: A5, 9E and BD. RGB value is (165,158,189). Sum of RGB (Red+Green+Blue) = 165+158+189=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #A59EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EBD is #5A6142. Grayscale: #A3A3A3. Windows color (decimal): -5923139 or 12426917. OLE color: 12426917.

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

Color convert

RGB165158189-
CMYK0.130.1600.26
HSL253.55º19.02%68.04%-
HSV(B)253.55º16.4%74.12%-
XYZ36.9336.1353.17-
YUV163.63142.32128.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=32.23%
G=30.86%
B=36.91%

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
Decimal1651581890.130.1600.26253.5519.0268.04
HexA59EBDD1001Afe1344
Octal245236275152003237623104
Binary10100101100111101011110111011000001101011111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59EBD; }

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

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

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

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

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

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

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

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