#A29EBD

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

Shades of Logan #A29EBD

Tints of Logan #A29EBD

Color information

#A29EBD (or 0xA29EBD) is unknown color: approx Logan. HEX triplet: A2, 9E and BD. RGB value is (162,158,189). Sum of RGB (Red+Green+Blue) = 162+158+189=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #A29EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29EBD is #5D6142. Grayscale: #A2A2A2. Windows color (decimal): -6119747 or 12426914. OLE color: 12426914.

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

Color convert

RGB162158189-
CMYK0.140.1600.26
HSL247.74º19.02%68.04%-
HSV(B)247.74º16.4%74.12%-
XYZ36.3135.8153.14-
YUV162.73142.83127.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 158 (62.11% from 255) = 31.04%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=31.83%
G=31.04%
B=37.13%

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
Decimal1621581890.140.1600.26247.7419.0268.04
HexA29EBDE1001Af81344
Octal242236275162003237023104
Binary10100010100111101011110111101000001101011111000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29EBD; }

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

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

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

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

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

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

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

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