#A29EBC

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

Shades of Logan #A29EBC

Tints of Logan #A29EBC

Color information

#A29EBC (or 0xA29EBC) is unknown color: approx Logan. HEX triplet: A2, 9E and BC. RGB value is (162,158,188). Sum of RGB (Red+Green+Blue) = 162+158+188=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #A29EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29EBC is #5D6143. Grayscale: #A2A2A2. Windows color (decimal): -6119748 or 12361378. OLE color: 12361378.

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

Color convert

RGB162158188-
CMYK0.140.1600.26
HSL248º18.29%67.84%-
HSV(B)248º15.96%73.73%-
XYZ36.235.7752.57-
YUV162.62142.33127.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.89%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 188 (73.83% from 255) = 37.01%
R=31.89%
G=31.10%
B=37.01%

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
Decimal1621581880.140.1600.2624818.2967.84
HexA29EBCE1001Af81244
Octal242236274162003237022104
Binary10100010100111101011110011101000001101011111000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29EBC; }

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

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

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

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

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

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

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

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