#A29FBD

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

Shades of Logan #A29FBD

Tints of Logan #A29FBD

Color information

#A29FBD (or 0xA29FBD) is unknown color: approx Logan. HEX triplet: A2, 9F and BD. RGB value is (162,159,189). Sum of RGB (Red+Green+Blue) = 162+159+189=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #A29FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FBD is #5D6042. Grayscale: #A3A3A3. Windows color (decimal): -6119491 or 12427170. OLE color: 12427170.

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

Color convert

RGB162159189-
CMYK0.140.1600.26
HSL246º18.52%68.24%-
HSV(B)246º15.87%74.12%-
XYZ36.4836.1553.2-
YUV163.32142.49127.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=31.76%
G=31.18%
B=37.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621591890.140.1600.2624618.5268.24
HexA29FBDE1001Af61344
Octal242237275162003236623104
Binary10100010100111111011110111101000001101011110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FBD; }

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

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

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

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

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

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

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

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