#A29CBD

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

Shades of Logan #A29CBD

Tints of Logan #A29CBD

Color information

#A29CBD (or 0xA29CBD) is unknown color: approx Logan. HEX triplet: A2, 9C and BD. RGB value is (162,156,189). Sum of RGB (Red+Green+Blue) = 162+156+189=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #A29CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CBD is #5D6342. Grayscale: #A1A1A1. Windows color (decimal): -6120259 or 12426402. OLE color: 12426402.

HSL color Cylindrical-coordinate representation of color #A29CBD: hue angle of 250.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A29CBD is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162156189-
CMYK0.140.1700.26
HSL250.91º20%67.65%-
HSV(B)250.91º17.46%74.12%-
XYZ35.9735.1353.03-
YUV161.56143.49128.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 156 (61.33% from 255) = 30.77%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=31.95%
G=30.77%
B=37.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621561890.140.1700.26250.912067.65
HexA29CBDE1101Afb1444
Octal242234275162103237324104
Binary10100010100111001011110111101000101101011111011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CBD; }

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

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

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

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

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

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

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

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