#A29CBB

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

Shades of Logan #A29CBB

Tints of Logan #A29CBB

Color information

#A29CBB (or 0xA29CBB) is unknown color: approx Logan. HEX triplet: A2, 9C and BB. RGB value is (162,156,187). Sum of RGB (Red+Green+Blue) = 162+156+187=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #A29CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CBB is #5D6344. Grayscale: #A1A1A1. Windows color (decimal): -6120261 or 12295330. OLE color: 12295330.

HSL color Cylindrical-coordinate representation of color #A29CBB: hue angle of 251.61º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A29CBB is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162156187-
CMYK0.130.1700.27
HSL251.61º18.56%67.25%-
HSV(B)251.61º16.58%73.33%-
XYZ35.7635.0551.89-
YUV161.33142.49128.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=32.08%
G=30.89%
B=37.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621561870.130.1700.27251.6118.5667.25
HexA29CBBD1101Bfc1343
Octal242234273152103337423103
Binary10100010100111001011101111011000101101111111100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CBB; }

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

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

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

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

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

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

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

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